Color Hex Logo

#deb83f Color Hex

#DEB83F
(222,184,63)
0 Favorites   0 Comments

Color spaces of #deb83f

RGB 22218463
HSL0.130.710.56
HSV46°72°87°
CMYK 0.000.170.72   0.13
XYZ48.161950.169511.8479
Yxy50.16950.43710.4553
Hunter Lab70.8304-2.580339.6638
CIE-Lab76.17321.321263.4368

#deb83f color RGB value is (222,184,63).

#deb83f hex color red value is 222, green value is 184 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #deb83f hue: 0.13 , saturation: 0.71 and the lightness value of deb83f is 0.56.

The process color (four color CMYK) of #deb83f color hex is 0.00, 0.17, 0.72, 0.13. Web safe color of #deb83f is #cccc33. Color #deb83f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 00111111
Octal 336 270 77
Decimal 222 184 63
Hex DE B8 3F

RGB Percentages of Color #deb83f

%47.33
%39.23
%13.43

CMYK Percentages of Color #deb83f

%0
%17
%72
%13

Triadic Colors of #deb83f

#deb83f #3fdeb8 #b83fde

Analogous Colors of #deb83f

#deb83f #b5de3f #de693f

Monochromatic Colors of #deb83f

#deb83f

Complementary Color

#deb83f #3f65de

#deb83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb83f Color CSS Codes

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

#deb83f Text Font Color

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

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


#deb83f Background Color

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

This div background color is #deb83f


#deb83f Border Color

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

This div border color is #deb83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb83f


Comments

No comments written yet.

Please login to write comment.