#DEBD9B

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

Shades of Pancho #DEBD9B

Tints of Pancho #DEBD9B

Color information

#DEBD9B (or 0xDEBD9B) is unknown color: approx Pancho. HEX triplet: DE, BD and 9B. RGB value is (222,189,155). Sum of RGB (Red+Green+Blue) = 222+189+155=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD9B is #214264. Grayscale: #C3C3C3. Windows color (decimal): -2179685 or 10206686. OLE color: 10206686.

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

Color convert

RGB222189155-
CMYK00.150.300.13
HSL30.45º50.38%73.92%-
HSV(B)30.45º30.18%87.06%-
XYZ54.2454.2938.63-
YUV194.99105.43147.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 155 (60.94% from 255) = 27.39%
R=39.22%
G=33.39%
B=27.39%

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
Decimal22218915500.150.300.1330.4550.3873.92
HexDEBD9B0F1ED1e324a
Octal33627523301736153662112
Binary11011110101111011001101101111111101101111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD9B; }

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

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

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

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

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

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

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

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