Color Hex Logo

#deb14c Color Hex

#DEB14C
(222,177,76)
0 Favorites   0 Comments

Color spaces of #deb14c

RGB 22217776
HSL0.120.690.58
HSV42°66°87°
CMYK 0.000.200.66   0.13
XYZ47.150847.495713.5199
Yxy47.49570.43590.4391
Hunter Lab68.91711.518836.6107
CIE-Lab74.50575.699256.2664

#deb14c color RGB value is (222,177,76).

#deb14c hex color red value is 222, green value is 177 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #deb14c hue: 0.12 , saturation: 0.69 and the lightness value of deb14c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 01001100
Octal 336 261 114
Decimal 222 177 76
Hex DE B1 4C

RGB Percentages of Color #deb14c

%46.74
%37.26
%16.00

CMYK Percentages of Color #deb14c

%0
%20
%66
%13

Triadic Colors of #deb14c

#deb14c #4cdeb1 #b14cde

Analogous Colors of #deb14c

#deb14c #c2de4c #de684c

Monochromatic Colors of #deb14c

#deb14c

Complementary Color

#deb14c #4c79de

#deb14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb14c Color CSS Codes

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

#deb14c Text Font Color

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

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


#deb14c Background Color

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

This div background color is #deb14c


#deb14c Border Color

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

This div border color is #deb14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb14c


Comments

No comments written yet.

Please login to write comment.