color codes Logo

#de9d0b color codes

#DE9D0B
(222,157,11)
0 Favorites   0 Comments

Color spaces of #de9d0b

RGB 22215711
HSL0.120.910.46
HSV42°95°87°
CMYK 0.000.290.95   0.13
XYZ42.241639.66775.7469
Yxy39.66770.48190.4525
Hunter Lab62.98239.499138.6776
CIE-Lab69.232214.186771.9302

#de9d0b color RGB value is (222,157,11).

#de9d0b hex color red value is 222, green value is 157 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #de9d0b hue: 0.12 , saturation: 0.91 and the lightness value of de9d0b is 0.46.

The process color (four color CMYK) of #de9d0b color code is 0.00, 0.29, 0.95, 0.13. Web safe color of #de9d0b is #cc9900. Color #de9d0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011101 00001011
Octal 336 235 13
Decimal 222 157 11
Hex DE 9D B

RGB Percentages of Color #de9d0b

%56.92
%40.26
%2.82

CMYK Percentages of Color #de9d0b

%0
%29
%95
%13

Triadic Colors of #de9d0b

#de9d0b #0bde9d #9d0bde

Analogous Colors of #de9d0b

#de9d0b #b6de0b #de330b

Monochromatic Colors of #de9d0b

#de9d0b

Complementary Color

#de9d0b #0b4cde

#de9d0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9d0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9d0b Color CSS Codes

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

#de9d0b Text Font Color

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

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


#de9d0b Background Color

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

This div background color is #de9d0b


#de9d0b Border Color

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

This div border color is #de9d0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9d0b


Comments

No comments written yet.

Please login to write comment.