#DEB291

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

Shades of Pancho #DEB291

Tints of Pancho #DEB291

Color information

#DEB291 (or 0xDEB291) is unknown color: approx Pancho. HEX triplet: DE, B2 and 91. RGB value is (222,178,145). Sum of RGB (Red+Green+Blue) = 222+178+145=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB291 is #214D6E. Grayscale: #BBBBBB. Windows color (decimal): -2182511 or 9548510. OLE color: 9548510.

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

Color convert

RGB222178145-
CMYK00.200.350.13
HSL25.71º53.85%71.96%-
HSV(B)25.71º34.68%87.06%-
XYZ51.1649.4133.63-
YUV187.39104.08152.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=40.73%
G=32.66%
B=26.61%

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
Decimal22217814500.200.350.1325.7153.8571.96
HexDEB29101423D1a3648
Octal33626222102443153266110
Binary1101111010110010100100010101001000111101110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB291; }

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

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

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

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

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

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

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

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