#DEBC9A

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

Shades of Pancho #DEBC9A

Tints of Pancho #DEBC9A

Color information

#DEBC9A (or 0xDEBC9A) is unknown color: approx Pancho. HEX triplet: DE, BC and 9A. RGB value is (222,188,154). Sum of RGB (Red+Green+Blue) = 222+188+154=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC9A is #214365. Grayscale: #C2C2C2. Windows color (decimal): -2179942 or 10140894. OLE color: 10140894.

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

Color convert

RGB222188154-
CMYK00.150.310.13
HSL30º50.75%73.73%-
HSV(B)30º30.63%87.06%-
XYZ53.9453.8338.12-
YUV194.29105.26147.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=39.36%
G=33.33%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218815400.150.310.133050.7573.73
HexDEBC9A0F1FD1e334a
Octal33627423201737153663112
Binary11011110101111001001101001111111111101111101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC9A; }

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

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

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

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

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

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

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

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