Color Hex Logo

#d0790b Color Hex

#D0790B
(208,121,11)
0 Favorites   0 Comments

Color spaces of #d0790b

RGB 20812111
HSL0.090.900.43
HSV34°95°82°
CMYK 0.000.420.95   0.18
XYZ32.910227.10883.8146
Yxy27.10880.51560.4247
Hunter Lab52.066121.711432.1024
CIE-Lab59.074927.503963.9970

#d0790b color RGB value is (208,121,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111001 00001011
Octal 320 171 13
Decimal 208 121 11
Hex D0 79 B

RGB Percentages of Color #d0790b

%61.18
%35.59
%3.24

CMYK Percentages of Color #d0790b

%0
%42
%95
%18

Triadic Colors of #d0790b

#d0790b #0bd079 #790bd0

Analogous Colors of #d0790b

#d0790b #c5d00b #d0170b

Monochromatic Colors of #d0790b

#d0790b

Complementary Color

#d0790b #0b62d0

#d0790b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0790b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0790b Color CSS Codes

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

#d0790b Text Font Color

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

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


#d0790b Background Color

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

This div background color is #d0790b


#d0790b Border Color

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

This div border color is #d0790b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,121,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0790b


Comments

No comments written yet.

Please login to write comment.