color codes Logo

#dda809 color codes

#DDA809
(221,168,9)
0 Favorites   0 Comments

Color spaces of #dda809

RGB 2211689
HSL0.130.920.45
HSV45°96°87°
CMYK 0.000.240.96   0.13
XYZ43.870743.39716.3227
Yxy43.39710.46880.4637
Hunter Lab65.87653.589040.4230
CIE-Lab71.82377.860073.9720

#dda809 color RGB value is (221,168,9).

#dda809 hex color red value is 221, green value is 168 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #dda809 hue: 0.13 , saturation: 0.92 and the lightness value of dda809 is 0.45.

The process color (four color CMYK) of #dda809 color code is 0.00, 0.24, 0.96, 0.13. Web safe color of #dda809 is #cc9900. Color #dda809 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 00001001
Octal 335 250 11
Decimal 221 168 9
Hex DD A8 9

RGB Percentages of Color #dda809

%55.53
%42.21
%2.26

CMYK Percentages of Color #dda809

%0
%24
%96
%13

Triadic Colors of #dda809

#dda809 #09dda8 #a809dd

Analogous Colors of #dda809

#dda809 #a8dd09 #dd3e09

Monochromatic Colors of #dda809

#dda809

Complementary Color

#dda809 #093edd

#dda809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda809 Color CSS Codes

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

#dda809 Text Font Color

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

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


#dda809 Background Color

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

This div background color is #dda809


#dda809 Border Color

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

This div border color is #dda809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda809


Comments

No comments written yet.

Please login to write comment.