#DEBC95

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

Shades of Pancho #DEBC95

Tints of Pancho #DEBC95

Color information

#DEBC95 (or 0xDEBC95) is unknown color: approx Pancho. HEX triplet: DE, BC and 95. RGB value is (222,188,149). Sum of RGB (Red+Green+Blue) = 222+188+149=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC95 is #21436A. Grayscale: #C1C1C1. Windows color (decimal): -2179947 or 9813214. OLE color: 9813214.

HSL color Cylindrical-coordinate representation of color #DEBC95: hue angle of 32.05º 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 #DEBC95 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222188149-
CMYK00.150.330.13
HSL32.05º52.52%72.75%-
HSV(B)32.05º32.88%87.06%-
XYZ53.5353.6735.97-
YUV193.72102.76148.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=39.71%
G=33.63%
B=26.65%

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
Decimal22218814900.150.330.1332.0552.5272.75
HexDEBC950F21D203549
Octal33627422501741154065111
Binary1101111010111100100101010111110000111011000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC95; }

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

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

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

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

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

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

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

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