#DEBC9D

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

Shades of Pancho #DEBC9D

Tints of Pancho #DEBC9D

Color information

#DEBC9D (or 0xDEBC9D) is unknown color: approx Pancho. HEX triplet: DE, BC and 9D. RGB value is (222,188,157). Sum of RGB (Red+Green+Blue) = 222+188+157=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC9D is #214362. Grayscale: #C2C2C2. Windows color (decimal): -2179939 or 10337502. OLE color: 10337502.

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

Color convert

RGB222188157-
CMYK00.150.290.13
HSL28.62º49.62%74.31%-
HSV(B)28.62º29.28%87.06%-
XYZ54.1953.9339.45-
YUV194.63106.76147.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=39.15%
G=33.16%
B=27.69%

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
Decimal22218815700.150.290.1328.6249.6274.31
HexDEBC9D0F1DD1d324a
Octal33627423501735153562112
Binary11011110101111001001110101111111011101111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC9D; }

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

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

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

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

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

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

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

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