Color Hex Logo

#dda807 Color Hex

#DDA807
(221,168,7)
0 Favorites   0 Comments

Color spaces of #dda807

RGB 2211687
HSL0.130.940.45
HSV45°97°87°
CMYK 0.000.240.97   0.13
XYZ43.859843.39286.2650
Yxy43.39280.46900.4640
Hunter Lab65.87323.571040.4724
CIE-Lab71.82087.840574.2033

#dda807 color RGB value is (221,168,7).

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

The process color (four color CMYK) of #dda807 color hex is 0.00, 0.24, 0.97, 0.13. Web safe color of #dda807 is #cc9900. Color #dda807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 00000111
Octal 335 250 7
Decimal 221 168 7
Hex DD A8 7

RGB Percentages of Color #dda807

%55.81
%42.42
%1.77

CMYK Percentages of Color #dda807

%0
%24
%97
%13

Triadic Colors of #dda807

#dda807 #07dda8 #a807dd

Analogous Colors of #dda807

#dda807 #a7dd07 #dd3d07

Monochromatic Colors of #dda807

#dda807

Complementary Color

#dda807 #073cdd

#dda807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda807 Color CSS Codes

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

#dda807 Text Font Color

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

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


#dda807 Background Color

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

This div background color is #dda807


#dda807 Border Color

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

This div border color is #dda807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda807


Comments

No comments written yet.

Please login to write comment.