Color Hex Logo

#deb22f Color Hex

#DEB22F
(222,178,47)
0 Favorites   0 Comments

Color spaces of #deb22f

RGB 22217847
HSL0.120.730.53
HSV45°79°87°
CMYK 0.000.200.79   0.13
XYZ46.557747.57569.4185
Yxy47.57560.44960.4594
Hunter Lab68.9751-0.220140.1865
CIE-Lab74.55653.814067.6806

#deb22f color RGB value is (222,178,47).

#deb22f hex color red value is 222, green value is 178 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #deb22f hue: 0.12 , saturation: 0.73 and the lightness value of deb22f is 0.53.

The process color (four color CMYK) of #deb22f color hex is 0.00, 0.20, 0.79, 0.13. Web safe color of #deb22f is #cc9933. Color #deb22f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 00101111
Octal 336 262 57
Decimal 222 178 47
Hex DE B2 2F

RGB Percentages of Color #deb22f

%49.66
%39.82
%10.51

CMYK Percentages of Color #deb22f

%0
%20
%79
%13

Triadic Colors of #deb22f

#deb22f #2fdeb2 #b22fde

Analogous Colors of #deb22f

#deb22f #b3de2f #de5b2f

Monochromatic Colors of #deb22f

#deb22f

Complementary Color

#deb22f #2f5bde

#deb22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb22f Color CSS Codes

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

#deb22f Text Font Color

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

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


#deb22f Background Color

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

This div background color is #deb22f


#deb22f Border Color

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

This div border color is #deb22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb22f


Comments

No comments written yet.

Please login to write comment.