Color Hex Logo

#deb04b Color Hex

#DEB04B
(222,176,75)
0 Favorites   0 Comments

Color spaces of #deb04b

RGB 22217675
HSL0.110.690.58
HSV41°66°87°
CMYK 0.000.210.66   0.13
XYZ46.919547.088313.2726
Yxy47.08830.43740.4389
Hunter Lab68.62091.962636.5668
CIE-Lab74.24626.169556.4311

#deb04b color RGB value is (222,176,75).

#deb04b hex color red value is 222, green value is 176 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #deb04b hue: 0.11 , saturation: 0.69 and the lightness value of deb04b is 0.58.

The process color (four color CMYK) of #deb04b color hex is 0.00, 0.21, 0.66, 0.13. Web safe color of #deb04b is #cc9933. Color #deb04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 01001011
Octal 336 260 113
Decimal 222 176 75
Hex DE B0 4B

RGB Percentages of Color #deb04b

%46.93
%37.21
%15.86

CMYK Percentages of Color #deb04b

%0
%21
%66
%13

Triadic Colors of #deb04b

#deb04b #4bdeb0 #b04bde

Analogous Colors of #deb04b

#deb04b #c3de4b #de674b

Monochromatic Colors of #deb04b

#deb04b

Complementary Color

#deb04b #4b79de

#deb04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb04b Color CSS Codes

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

#deb04b Text Font Color

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

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


#deb04b Background Color

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

This div background color is #deb04b


#deb04b Border Color

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

This div border color is #deb04b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,176,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb04b


Comments

No comments written yet.

Please login to write comment.