#DEBA99

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

Shades of Pancho #DEBA99

Tints of Pancho #DEBA99

Color information

#DEBA99 (or 0xDEBA99) is unknown color: approx Pancho. HEX triplet: DE, BA and 99. RGB value is (222,186,153). Sum of RGB (Red+Green+Blue) = 222+186+153=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBA99 is #214566. Grayscale: #C1C1C1. Windows color (decimal): -2180455 or 10074846. OLE color: 10074846.

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

Color convert

RGB222186153-
CMYK00.160.310.13
HSL28.7º51.11%73.53%-
HSV(B)28.7º31.08%87.06%-
XYZ53.4352.9537.54-
YUV193105.43148.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=39.57%
G=33.16%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218615300.160.310.1328.751.1173.53
HexDEBA990101FD1d334a
Octal33627223102037153563112
Binary110111101011101010011001010000111111101111011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA99; }

 p { color: rgb(222,186,153); }

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

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

 a { background-color: rgb(222,186,153); }

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

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

 span { border-color: rgb(222,186,153); }

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