#DEB88F

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

Shades of Pancho #DEB88F

Tints of Pancho #DEB88F

Color information

#DEB88F (or 0xDEB88F) is unknown color: approx Pancho. HEX triplet: DE, B8 and 8F. RGB value is (222,184,143). Sum of RGB (Red+Green+Blue) = 222+184+143=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB88F is #214770. Grayscale: #BEBEBE. Windows color (decimal): -2180977 or 9418974. OLE color: 9418974.

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

Color convert

RGB222184143-
CMYK00.170.360.13
HSL31.14º54.48%71.57%-
HSV(B)31.14º35.59%87.06%-
XYZ52.2251.7933.23-
YUV190.69101.09150.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 143 (56.25% from 255) = 26.05%
R=40.44%
G=33.52%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218414300.170.360.1331.1454.4871.57
HexDEB88F01124D1f3648
Octal33627021702144153766110
Binary1101111010111000100011110100011001001101111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB88F; }

 p { color: rgb(222,184,143); }

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

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

 a { background-color: rgb(222,184,143); }

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

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

 span { border-color: rgb(222,184,143); }

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