#DEBD9C

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

Shades of Pancho #DEBD9C

Tints of Pancho #DEBD9C

Color information

#DEBD9C (or 0xDEBD9C) is unknown color: approx Pancho. HEX triplet: DE, BD and 9C. RGB value is (222,189,156). Sum of RGB (Red+Green+Blue) = 222+189+156=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD9C is #214263. Grayscale: #C3C3C3. Windows color (decimal): -2179684 or 10272222. OLE color: 10272222.

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

Color convert

RGB222189156-
CMYK00.150.300.13
HSL30º50%74.12%-
HSV(B)30º29.73%87.06%-
XYZ54.3254.3339.08-
YUV195.1105.93147.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=39.15%
G=33.33%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218915600.150.300.13305074.12
HexDEBD9C0F1ED1e324a
Octal33627523401736153662112
Binary11011110101111011001110001111111101101111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD9C; }

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

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

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

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

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

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

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

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