#DEB69D

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

Shades of Pancho #DEB69D

Tints of Pancho #DEB69D

Color information

#DEB69D (or 0xDEB69D) is unknown color: approx Pancho. HEX triplet: DE, B6 and 9D. RGB value is (222,182,157). Sum of RGB (Red+Green+Blue) = 222+182+157=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB69D is #214962. Grayscale: #BFBFBF. Windows color (decimal): -2181475 or 10335966. OLE color: 10335966.

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

Color convert

RGB222182157-
CMYK00.180.290.13
HSL23.08º49.62%74.31%-
HSV(B)23.08º29.28%87.06%-
XYZ52.9451.4239.03-
YUV191.11108.75150.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=39.57%
G=32.44%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218215700.180.290.1323.0849.6274.31
HexDEB69D0121DD17324a
Octal33626623502235152762112
Binary110111101011011010011101010010111011101101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB69D; }

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

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

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

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

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

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

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

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