#DEBD95

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

Shades of Pancho #DEBD95

Tints of Pancho #DEBD95

Color information

#DEBD95 (or 0xDEBD95) is unknown color: approx Pancho. HEX triplet: DE, BD and 95. RGB value is (222,189,149). Sum of RGB (Red+Green+Blue) = 222+189+149=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD95 is #21426A. Grayscale: #C2C2C2. Windows color (decimal): -2179691 or 9813470. OLE color: 9813470.

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

Color convert

RGB222189149-
CMYK00.150.330.13
HSL32.88º52.52%72.75%-
HSV(B)32.88º32.88%87.06%-
XYZ53.7554.0936.04-
YUV194.31102.43147.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.64%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=39.64%
G=33.75%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218914900.150.330.1332.8852.5272.75
HexDEBD950F21D213549
Octal33627522501741154165111
Binary1101111010111101100101010111110000111011000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD95; }

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

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

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

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

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

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

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

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