#DEB390

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

Shades of Pancho #DEB390

Tints of Pancho #DEB390

Color information

#DEB390 (or 0xDEB390) is unknown color: approx Pancho. HEX triplet: DE, B3 and 90. RGB value is (222,179,144). Sum of RGB (Red+Green+Blue) = 222+179+144=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB390 is #214C6F. Grayscale: #BCBCBC. Windows color (decimal): -2182256 or 9483230. OLE color: 9483230.

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

Color convert

RGB222179144-
CMYK00.190.350.13
HSL26.92º54.17%71.76%-
HSV(B)26.92º35.14%87.06%-
XYZ51.2849.7833.29-
YUV187.87103.25152.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=40.73%
G=32.84%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217914400.190.350.1326.9254.1771.76
HexDEB39001323D1b3648
Octal33626322002343153366110
Binary1101111010110011100100000100111000111101110111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB390; }

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

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

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

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

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

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

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

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