Color Hex Logo

#d07909 Color Hex

#D07909
(208,121,9)
0 Favorites   0 Comments

Color spaces of #d07909

RGB 2081219
HSL0.090.920.43
HSV34°96°82°
CMYK 0.000.420.96   0.18
XYZ32.899127.10443.7561
Yxy27.10440.51600.4251
Hunter Lab52.061921.689932.1657
CIE-Lab59.070827.481964.3263

#d07909 color RGB value is (208,121,9).

#d07909 hex color red value is 208, green value is 121 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #d07909 hue: 0.09 , saturation: 0.92 and the lightness value of d07909 is 0.43.

The process color (four color CMYK) of #d07909 color hex is 0.00, 0.42, 0.96, 0.18. Web safe color of #d07909 is #cc6600. Color #d07909 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111001 00001001
Octal 320 171 11
Decimal 208 121 9
Hex D0 79 9

RGB Percentages of Color #d07909

%61.54
%35.80
%2.66

CMYK Percentages of Color #d07909

%0
%42
%96
%18

Triadic Colors of #d07909

#d07909 #09d079 #7909d0

Analogous Colors of #d07909

#d07909 #c4d009 #d01609

Monochromatic Colors of #d07909

#d07909

Complementary Color

#d07909 #0960d0

#d07909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07909 Color CSS Codes

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

#d07909 Text Font Color

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

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


#d07909 Background Color

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

This div background color is #d07909


#d07909 Border Color

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

This div border color is #d07909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07909


Comments

No comments written yet.

Please login to write comment.