#DEBD9D

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

Shades of Pancho #DEBD9D

Tints of Pancho #DEBD9D

Color information

#DEBD9D (or 0xDEBD9D) is unknown color: approx Pancho. HEX triplet: DE, BD and 9D. RGB value is (222,189,157). Sum of RGB (Red+Green+Blue) = 222+189+157=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD9D is #214262. Grayscale: #C3C3C3. Windows color (decimal): -2179683 or 10337758. OLE color: 10337758.

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

Color convert

RGB222189157-
CMYK00.150.290.13
HSL29.54º49.62%74.31%-
HSV(B)29.54º29.28%87.06%-
XYZ54.4154.3639.52-
YUV195.22106.43147.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=39.08%
G=33.27%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218915700.150.290.1329.5449.6274.31
HexDEBD9D0F1DD1e324a
Octal33627523501735153662112
Binary11011110101111011001110101111111011101111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD9D; }

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

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

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

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

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

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

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

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