Color Hex Logo

#dda952 Color Hex

#DDA952
(221,169,82)
0 Favorites   0 Comments

Color spaces of #dda952

RGB 22116982
HSL0.100.670.59
HSV38°63°87°
CMYK 0.000.240.63   0.13
XYZ45.529844.357314.1448
Yxy44.35730.43770.4264
Hunter Lab66.60135.473534.0289
CIE-Lab72.46679.899451.2366

#dda952 color RGB value is (221,169,82).

#dda952 hex color red value is 221, green value is 169 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dda952 hue: 0.10 , saturation: 0.67 and the lightness value of dda952 is 0.59.

The process color (four color CMYK) of #dda952 color hex is 0.00, 0.24, 0.63, 0.13. Web safe color of #dda952 is #cc9966. Color #dda952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01010010
Octal 335 251 122
Decimal 221 169 82
Hex DD A9 52

RGB Percentages of Color #dda952

%46.82
%35.81
%17.37

CMYK Percentages of Color #dda952

%0
%24
%63
%13

Triadic Colors of #dda952

#dda952 #52dda9 #a952dd

Analogous Colors of #dda952

#dda952 #ccdd52 #dd6452

Monochromatic Colors of #dda952

#dda952

Complementary Color

#dda952 #5286dd

#dda952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda952 Color CSS Codes

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

#dda952 Text Font Color

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

This sample text font color is #dda952
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.


#dda952 Background Color

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

This div background color is #dda952


#dda952 Border Color

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

This div border color is #dda952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda952


Comments

No comments written yet.

Please login to write comment.