#DEBD96

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

Shades of Pancho #DEBD96

Tints of Pancho #DEBD96

Color information

#DEBD96 (or 0xDEBD96) is unknown color: approx Pancho. HEX triplet: DE, BD and 96. RGB value is (222,189,150). Sum of RGB (Red+Green+Blue) = 222+189+150=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD96 is #214269. Grayscale: #C2C2C2. Windows color (decimal): -2179690 or 9879006. OLE color: 9879006.

HSL color Cylindrical-coordinate representation of color #DEBD96: hue angle of 32.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEBD96 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222189150-
CMYK00.150.320.13
HSL32.5º52.17%72.94%-
HSV(B)32.5º32.43%87.06%-
XYZ53.8354.1336.46-
YUV194.42102.93147.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=39.57%
G=33.69%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218915000.150.320.1332.552.1772.94
HexDEBD960F20D213449
Octal33627522601740154164111
Binary1101111010111101100101100111110000011011000011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD96; }

 p { color: rgb(222,189,150); }

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

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

 a { background-color: rgb(222,189,150); }

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

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

 span { border-color: rgb(222,189,150); }

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