#DEBD93

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

Shades of Pancho #DEBD93

Tints of Pancho #DEBD93

Color information

#DEBD93 (or 0xDEBD93) is unknown color: approx Pancho. HEX triplet: DE, BD and 93. RGB value is (222,189,147). Sum of RGB (Red+Green+Blue) = 222+189+147=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD93 is #21426C. Grayscale: #C2C2C2. Windows color (decimal): -2179693 or 9682398. OLE color: 9682398.

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

Color convert

RGB222189147-
CMYK00.150.340.13
HSL33.6º53.19%72.35%-
HSV(B)33.6º33.78%87.06%-
XYZ53.5954.0335.21-
YUV194.08101.43147.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=39.78%
G=33.87%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218914700.150.340.1333.653.1972.35
HexDEBD930F22D223548
Octal33627522301742154265110
Binary1101111010111101100100110111110001011011000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD93; }

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

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

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

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

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

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

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

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