#DEB190

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

Shades of Pancho #DEB190

Tints of Pancho #DEB190

Color information

#DEB190 (or 0xDEB190) is unknown color: approx Pancho. HEX triplet: DE, B1 and 90. RGB value is (222,177,144). Sum of RGB (Red+Green+Blue) = 222+177+144=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB190 is #214E6F. Grayscale: #BABABA. Windows color (decimal): -2182768 or 9482718. OLE color: 9482718.

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

Color convert

RGB222177144-
CMYK00.200.350.13
HSL25.38º54.17%71.76%-
HSV(B)25.38º35.14%87.06%-
XYZ50.8848.9933.16-
YUV186.69103.91153.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=40.88%
G=32.60%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217714400.200.350.1325.3854.1771.76
HexDEB19001423D193648
Octal33626122002443153166110
Binary1101111010110001100100000101001000111101110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB190; }

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

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

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

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

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

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

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

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