#DEB891

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

Shades of Pancho #DEB891

Tints of Pancho #DEB891

Color information

#DEB891 (or 0xDEB891) is unknown color: approx Pancho. HEX triplet: DE, B8 and 91. RGB value is (222,184,145). Sum of RGB (Red+Green+Blue) = 222+184+145=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB891 is #21476E. Grayscale: #BFBFBF. Windows color (decimal): -2180975 or 9550046. OLE color: 9550046.

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

Color convert

RGB222184145-
CMYK00.170.350.13
HSL30.39º53.85%71.96%-
HSV(B)30.39º34.68%87.06%-
XYZ52.3851.8534.04-
YUV190.92102.09150.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 145 (57.03% from 255) = 26.32%
R=40.29%
G=33.39%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218414500.170.350.1330.3953.8571.96
HexDEB89101123D1e3648
Octal33627022102143153666110
Binary1101111010111000100100010100011000111101111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB891; }

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

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

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

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

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

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

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

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