#DEB69C

Color #DEB69C Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DEB69C

Tints of Pancho #DEB69C

Color information

#DEB69C (or 0xDEB69C) is unknown color: approx Pancho. HEX triplet: DE, B6 and 9C. RGB value is (222,182,156). Sum of RGB (Red+Green+Blue) = 222+182+156=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB69C is #214963. Grayscale: #BFBFBF. Windows color (decimal): -2181476 or 10270430. OLE color: 10270430.

HSL color Cylindrical-coordinate representation of color #DEB69C: hue angle of 23.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEB69C is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222182156-
CMYK00.180.300.13
HSL23.64º50%74.12%-
HSV(B)23.64º29.73%87.06%-
XYZ52.8551.3938.59-
YUV191108.25150.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 39.64%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=39.64%
G=32.5%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218215600.180.300.1323.645074.12
HexDEB69C0121ED18324a
Octal33626623402236153062112
Binary110111101011011010011100010010111101101110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB69C; }

 p { color: rgb(222,182,156); }

 H1.HeaderClassName
 {
   color: #DEB69C;
 }
 .AnyTagClassName
 {
   color: #DEB69C;
 }
</style>
background-color css

<style>
 a { background-color: #DEB69C; }

 a { background-color: rgb(222,182,156); }

 div.DivClassName
 {
   background-color: #DEB69C;
 }
 .BgClassName
 {
   background-color: #DEB69C;
 }
</style>
border-color css

<style>
 span { border-color: #DEB69C; }

 span { border-color: rgb(222,182,156); }

 td.TdClassName
 {
   border-color: #DEB69C;
 }
 .TagClassName
 {
   border-color: #DEB69C;
 }
</style>