Color Hex Logo

#deb033 Color Hex

#DEB033
(222,176,51)
0 Favorites   0 Comments

Color spaces of #deb033

RGB 22217651
HSL0.120.720.54
HSV44°77°87°
CMYK 0.000.210.77   0.13
XYZ46.247146.81939.7315
Yxy46.81930.44990.4554
Hunter Lab68.42460.902239.4649
CIE-Lab74.07405.014965.8797

#deb033 color RGB value is (222,176,51).

#deb033 hex color red value is 222, green value is 176 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #deb033 hue: 0.12 , saturation: 0.72 and the lightness value of deb033 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 00110011
Octal 336 260 63
Decimal 222 176 51
Hex DE B0 33

RGB Percentages of Color #deb033

%49.44
%39.20
%11.36

CMYK Percentages of Color #deb033

%0
%21
%77
%13

Triadic Colors of #deb033

#deb033 #33deb0 #b033de

Analogous Colors of #deb033

#deb033 #b7de33 #de5a33

Monochromatic Colors of #deb033

#deb033

Complementary Color

#deb033 #3361de

#deb033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb033 Color CSS Codes

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

#deb033 Text Font Color

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

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


#deb033 Background Color

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

This div background color is #deb033


#deb033 Border Color

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

This div border color is #deb033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb033


Comments

No comments written yet.

Please login to write comment.