#DEB890

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

Shades of Pancho #DEB890

Tints of Pancho #DEB890

Color information

#DEB890 (or 0xDEB890) is unknown color: approx Pancho. HEX triplet: DE, B8 and 90. RGB value is (222,184,144). Sum of RGB (Red+Green+Blue) = 222+184+144=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB890 is #21476F. Grayscale: #BEBEBE. Windows color (decimal): -2180976 or 9484510. OLE color: 9484510.

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

Color convert

RGB222184144-
CMYK00.170.350.13
HSL30.77º54.17%71.76%-
HSV(B)30.77º35.14%87.06%-
XYZ52.351.8233.63-
YUV190.8101.59150.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 144 (56.64% from 255) = 26.18%
R=40.36%
G=33.45%
B=26.18%

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
Decimal22218414400.170.350.1330.7754.1771.76
HexDEB89001123D1f3648
Octal33627022002143153766110
Binary1101111010111000100100000100011000111101111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB890; }

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

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

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

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

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

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

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

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