Shades of Pancho #DEB699
Tints of Pancho #DEB699
RGB
CMYK
RGB Variations
Color information
#DEB699 (or 0xDEB699) is known color: Pancho. HEX triplet: DE, B6 and 99. RGB value is (222,182,153). Sum of RGB (Red+Green+Blue) = 222+182+153=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB699 is #214966. Grayscale: #BEBEBE. Windows color (decimal): -2181479 or 10073822. OLE color: 10073822.
HSL color Cylindrical-coordinate representation of color #DEB699: hue angle of 25.22º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEB699 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 153 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.13 |
| HSL | 25.22º | 0.51% | 0.74% | - |
| HSV(B) | 25.22º | 0.31% | 0.87% | - |
| XYZ | 52.6 | 51.29 | 37.26 | - |
| YUV | 190.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 153 | 0 | 0.18 | 0.31 | 0.13 | 25.22 | 0.51 | 0.74 |
| Hex | DE | B6 | 99 | 0 | 12 | 1F | D | 19 | 33 | 4A |
| Octal | 336 | 266 | 231 | 0 | 22 | 37 | 15 | 31 | 63 | 112 |
| Binary | 11011110 | 10110110 | 10011001 | 0 | 10010 | 11111 | 1101 | 11001 | 110011 | 1001010 |
Color Harmonies of #DEB699
Complementary color
Monochromatic Colors of #DEB699
Black with #DEB699
Text Example
Text Example
White with #DEB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB699; }
p { color: rgb(222,182,153); }
H1.HeaderClassName
{
color: #DEB699;
}
.AnyTagClassName
{
color: #DEB699;
}
</style>
background-color css
<style>
a { background-color: #DEB699; }
a { background-color: rgb(222,182,153); }
div.DivClassName
{
background-color: #DEB699;
}
.BgClassName
{
background-color: #DEB699;
}
</style>
border-color css
<style>
span { border-color: #DEB699; }
span { border-color: rgb(222,182,153); }
td.TdClassName
{
border-color: #DEB699;
}
.TagClassName
{
border-color: #DEB699;
}
</style>