#DEB695

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

Shades of Pancho #DEB695

Tints of Pancho #DEB695

Color information

#DEB695 (or 0xDEB695) is unknown color: approx Pancho. HEX triplet: DE, B6 and 95. RGB value is (222,182,149). Sum of RGB (Red+Green+Blue) = 222+182+149=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB695 is #21496A. Grayscale: #BEBEBE. Windows color (decimal): -2181483 or 9811678. OLE color: 9811678.

HSL color Cylindrical-coordinate representation of color #DEB695: hue angle of 27.12º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEB695 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222182149-
CMYK00.180.330.13
HSL27.12º52.52%72.75%-
HSV(B)27.12º32.88%87.06%-
XYZ52.2851.1635.55-
YUV190.2104.75150.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=40.14%
G=32.91%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218214900.180.330.1327.1252.5272.75
HexDEB69501221D1b3549
Octal33626622502241153365111
Binary1101111010110110100101010100101000011101110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB695; }

 p { color: rgb(222,182,149); }

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

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

 a { background-color: rgb(222,182,149); }

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

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

 span { border-color: rgb(222,182,149); }

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