Color Hex Logo

#deb65c Color Hex

#DEB65C
(222,182,92)
0 Favorites   0 Comments

Color spaces of #deb65c

RGB 22218292
HSL0.120.660.62
HSV42°59°87°
CMYK 0.000.180.59   0.13
XYZ48.783949.758217.1583
Yxy49.75820.42160.4301
Hunter Lab70.53950.003434.9557
CIE-Lab75.92064.118650.4562

#deb65c color RGB value is (222,182,92).

#deb65c hex color red value is 222, green value is 182 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #deb65c hue: 0.12 , saturation: 0.66 and the lightness value of deb65c is 0.62.

The process color (four color CMYK) of #deb65c color hex is 0.00, 0.18, 0.59, 0.13. Web safe color of #deb65c is #cccc66. Color #deb65c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 01011100
Octal 336 266 134
Decimal 222 182 92
Hex DE B6 5C

RGB Percentages of Color #deb65c

%44.76
%36.69
%18.55

CMYK Percentages of Color #deb65c

%0
%18
%59
%13

Triadic Colors of #deb65c

#deb65c #5cdeb6 #b65cde

Analogous Colors of #deb65c

#deb65c #c5de5c #de755c

Monochromatic Colors of #deb65c

#deb65c

Complementary Color

#deb65c #5c84de

#deb65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb65c Color CSS Codes

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

#deb65c Text Font Color

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

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


#deb65c Background Color

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

This div background color is #deb65c


#deb65c Border Color

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

This div border color is #deb65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb65c


Comments

No comments written yet.

Please login to write comment.