#DEB49A

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

Shades of Pancho #DEB49A

Tints of Pancho #DEB49A

Color information

#DEB49A (or 0xDEB49A) is unknown color: approx Pancho. HEX triplet: DE, B4 and 9A. RGB value is (222,180,154). Sum of RGB (Red+Green+Blue) = 222+180+154=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB49A is #214B65. Grayscale: #BDBDBD. Windows color (decimal): -2181990 or 10138846. OLE color: 10138846.

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

Color convert

RGB222180154-
CMYK00.190.310.13
HSL22.94º50.75%73.73%-
HSV(B)22.94º30.63%87.06%-
XYZ52.2850.5137.56-
YUV189.59107.91151.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=39.93%
G=32.37%
B=27.70%

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
Decimal22218015400.190.310.1322.9450.7573.73
HexDEB49A0131FD17334a
Octal33626423202337152763112
Binary110111101011010010011010010011111111101101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB49A; }

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

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

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

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

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

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

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

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