Color Hex Logo

#dda962 Color Hex

#DDA962
(221,169,98)
0 Favorites   0 Comments

Color spaces of #dda962

RGB 22116998
HSL0.100.640.63
HSV35°56°87°
CMYK 0.000.240.56   0.13
XYZ46.211444.629917.7341
Yxy44.62990.42560.4110
Hunter Lab66.80566.563931.0249
CIE-Lab72.647511.062443.6178

#dda962 color RGB value is (221,169,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01100010
Octal 335 251 142
Decimal 221 169 98
Hex DD A9 62

RGB Percentages of Color #dda962

%45.29
%34.63
%20.08

CMYK Percentages of Color #dda962

%0
%24
%56
%13

Triadic Colors of #dda962

#dda962 #62dda9 #a962dd

Analogous Colors of #dda962

#dda962 #d4dd62 #dd6c62

Monochromatic Colors of #dda962

#dda962

Complementary Color

#dda962 #6296dd

#dda962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda962 Color CSS Codes

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

#dda962 Text Font Color

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

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


#dda962 Background Color

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

This div background color is #dda962


#dda962 Border Color

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

This div border color is #dda962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda962


Comments

No comments written yet.

Please login to write comment.