Color Hex Logo

#deb52f Color Hex

#DEB52F
(222,181,47)
0 Favorites   0 Comments

Color spaces of #deb52f

RGB 22218147
HSL0.130.730.53
HSV46°79°87°
CMYK 0.000.180.79   0.13
XYZ47.161248.78269.6196
Yxy48.78260.44680.4621
Hunter Lab69.8445-1.699240.7252
CIE-Lab75.31592.236368.3648

#deb52f color RGB value is (222,181,47).

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

The process color (four color CMYK) of #deb52f color hex is 0.00, 0.18, 0.79, 0.13. Web safe color of #deb52f is #cccc33. Color #deb52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00101111
Octal 336 265 57
Decimal 222 181 47
Hex DE B5 2F

RGB Percentages of Color #deb52f

%49.33
%40.22
%10.44

CMYK Percentages of Color #deb52f

%0
%18
%79
%13

Triadic Colors of #deb52f

#deb52f #2fdeb5 #b52fde

Analogous Colors of #deb52f

#deb52f #b0de2f #de5d2f

Monochromatic Colors of #deb52f

#deb52f

Complementary Color

#deb52f #2f58de

#deb52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb52f Color CSS Codes

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

#deb52f Text Font Color

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

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


#deb52f Background Color

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

This div background color is #deb52f


#deb52f Border Color

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

This div border color is #deb52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb52f


Comments

No comments written yet.

Please login to write comment.