color codes Logo

#dda135 color codes

#DDA135
(221,161,53)
0 Favorites   0 Comments

Color spaces of #dda135

RGB 22116153
HSL0.110.710.54
HSV39°76°87°
CMYK 0.000.270.76   0.13
XYZ43.206341.11899.0277
Yxy41.11890.46280.4405
Hunter Lab64.12408.055036.5397
CIE-Lab70.259112.643161.5121

#dda135 color RGB value is (221,161,53).

#dda135 hex color red value is 221, green value is 161 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dda135 hue: 0.11 , saturation: 0.71 and the lightness value of dda135 is 0.54.

The process color (four color CMYK) of #dda135 color code is 0.00, 0.27, 0.76, 0.13. Web safe color of #dda135 is #cc9933. Color #dda135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00110101
Octal 335 241 65
Decimal 221 161 53
Hex DD A1 35

RGB Percentages of Color #dda135

%50.80
%37.01
%12.18

CMYK Percentages of Color #dda135

%0
%27
%76
%13

Triadic Colors of #dda135

#dda135 #35dda1 #a135dd

Analogous Colors of #dda135

#dda135 #c5dd35 #dd4d35

Monochromatic Colors of #dda135

#dda135

Complementary Color

#dda135 #3571dd

#dda135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda135 Color CSS Codes

.mybgcolor {background-color:#dda135; } 
.myforecolor {color:#dda135; }
.mybordercolor {border:3px solid #dda135; }

#dda135 Text Font Color

<p style="color:#dda135">Text here</p>

This sample text font color is #dda135
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda135 Background Color

<div style="background-color:#dda135">
Div content here</div>

This div background color is #dda135


#dda135 Border Color

<div style="border:3px solid #dda135">
Div here</div>

This div border color is #dda135


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,161,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda135; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda135;
  -webkit-box-shadow: 1px 1px 3px 2px #dda135;
  box-shadow:         1px 1px 3px 2px #dda135; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,161,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda135">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda135;
  -webkit-box-shadow: 1px 1px 3px 2px #dda135;
  box-shadow:         1px 1px 3px 2px #dda135;">
Div content here</div>

This div box has shadow with color #dda135


Comments

No comments written yet.

Please login to write comment.