#DEB092

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

Shades of Pancho #DEB092

Tints of Pancho #DEB092

Color information

#DEB092 (or 0xDEB092) is unknown color: approx Pancho. HEX triplet: DE, B0 and 92. RGB value is (222,176,146). Sum of RGB (Red+Green+Blue) = 222+176+146=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB092 is #214F6D. Grayscale: #BABABA. Windows color (decimal): -2183022 or 9613534. OLE color: 9613534.

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

Color convert

RGB222176146-
CMYK00.210.340.13
HSL23.68º53.52%72.16%-
HSV(B)23.68º34.23%87.06%-
XYZ50.8448.6633.91-
YUV186.33105.24153.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=40.81%
G=32.35%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217614600.210.340.1323.6853.5272.16
HexDEB09201522D183648
Octal33626022202542153066110
Binary1101111010110000100100100101011000101101110001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB092; }

 p { color: rgb(222,176,146); }

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

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

 a { background-color: rgb(222,176,146); }

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

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

 span { border-color: rgb(222,176,146); }

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