#DEB399

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

Shades of Pancho #DEB399

Tints of Pancho #DEB399

Color information

#DEB399 (or 0xDEB399) is unknown color: approx Pancho. HEX triplet: DE, B3 and 99. RGB value is (222,179,153). Sum of RGB (Red+Green+Blue) = 222+179+153=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB399 is #214C66. Grayscale: #BDBDBD. Windows color (decimal): -2182247 or 10073054. OLE color: 10073054.

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

Color convert

RGB222179153-
CMYK00.190.310.13
HSL22.61º51.11%73.53%-
HSV(B)22.61º31.08%87.06%-
XYZ51.9950.0737.06-
YUV188.89107.75151.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=40.07%
G=32.31%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217915300.190.310.1322.6151.1173.53
HexDEB3990131FD17334a
Octal33626323102337152763112
Binary110111101011001110011001010011111111101101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB399; }

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

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

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

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

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

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

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

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