#DEBE9A

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

Shades of Pancho #DEBE9A

Tints of Pancho #DEBE9A

Color information

#DEBE9A (or 0xDEBE9A) is unknown color: approx Pancho. HEX triplet: DE, BE and 9A. RGB value is (222,190,154). Sum of RGB (Red+Green+Blue) = 222+190+154=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE9A is #214165. Grayscale: #C3C3C3. Windows color (decimal): -2179430 or 10141406. OLE color: 10141406.

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

Color convert

RGB222190154-
CMYK00.140.310.13
HSL31.76º50.75%73.73%-
HSV(B)31.76º30.63%87.06%-
XYZ54.3754.6938.26-
YUV195.46104.6146.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=39.22%
G=33.57%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219015400.140.310.1331.7650.7573.73
HexDEBE9A0E1FD20334a
Octal33627623201637154063112
Binary110111101011111010011010011101111111011000001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE9A; }

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

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

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

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

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

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

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

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