Color Hex Logo

#d68009 Color Hex

#D68009
(214,128,9)
0 Favorites   0 Comments

Color spaces of #d68009

RGB 2141289
HSL0.100.920.44
HSV35°96°84°
CMYK 0.000.400.96   0.16
XYZ35.500029.75424.1305
Yxy29.75420.51160.4288
Hunter Lab54.547420.711633.6936
CIE-Lab61.441626.281066.3187

#d68009 color RGB value is (214,128,9).

#d68009 hex color red value is 214, green value is 128 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #d68009 hue: 0.10 , saturation: 0.92 and the lightness value of d68009 is 0.44.

The process color (four color CMYK) of #d68009 color hex is 0.00, 0.40, 0.96, 0.16. Web safe color of #d68009 is #cc9900. Color #d68009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 00001001
Octal 326 200 11
Decimal 214 128 9
Hex D6 80 9

RGB Percentages of Color #d68009

%60.97
%36.47
%2.56

CMYK Percentages of Color #d68009

%0
%40
%96
%16

Triadic Colors of #d68009

#d68009 #09d680 #8009d6

Analogous Colors of #d68009

#d68009 #c6d609 #d61909

Monochromatic Colors of #d68009

#d68009

Complementary Color

#d68009 #095fd6

#d68009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68009 Color CSS Codes

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

#d68009 Text Font Color

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

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


#d68009 Background Color

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

This div background color is #d68009


#d68009 Border Color

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

This div border color is #d68009


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,128,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 #d68009">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68009


Comments

No comments written yet.

Please login to write comment.