Color Hex Logo

#deb42f Color Hex

#DEB42F
(222,180,47)
0 Favorites   0 Comments

Color spaces of #deb42f

RGB 22218047
HSL0.130.730.53
HSV46°79°87°
CMYK 0.000.190.79   0.13
XYZ46.958548.37739.5521
Yxy48.37730.44770.4612
Hunter Lab69.5538-1.206840.5451
CIE-Lab75.06232.761568.1364

#deb42f color RGB value is (222,180,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 00101111
Octal 336 264 57
Decimal 222 180 47
Hex DE B4 2F

RGB Percentages of Color #deb42f

%49.44
%40.09
%10.47

CMYK Percentages of Color #deb42f

%0
%19
%79
%13

Triadic Colors of #deb42f

#deb42f #2fdeb4 #b42fde

Analogous Colors of #deb42f

#deb42f #b1de2f #de5c2f

Monochromatic Colors of #deb42f

#deb42f

Complementary Color

#deb42f #2f59de

#deb42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb42f Color CSS Codes

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

#deb42f Text Font Color

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

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


#deb42f Background Color

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

This div background color is #deb42f


#deb42f Border Color

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

This div border color is #deb42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb42f


Comments

No comments written yet.

Please login to write comment.