Shades of Pancho #DEBC99
Tints of Pancho #DEBC99
RGB
CMYK
RGB Variations
Color information
#DEBC99 (or 0xDEBC99) is known color: Pancho. HEX triplet: DE, BC and 99. RGB value is (222,188,153). Sum of RGB (Red+Green+Blue) = 222+188+153=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC99 is #214366. Grayscale: #C2C2C2. Windows color (decimal): -2179943 or 10075358. OLE color: 10075358.
HSL color Cylindrical-coordinate representation of color #DEBC99: hue angle of 30.43º 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 #DEBC99 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 153 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.13 |
| HSL | 30.43º | 0.51% | 0.74% | - |
| HSV(B) | 30.43º | 0.31% | 0.87% | - |
| XYZ | 53.86 | 53.8 | 37.68 | - |
| YUV | 194.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 153 | 0 | 0.15 | 0.31 | 0.13 | 30.43 | 0.51 | 0.74 |
| Hex | DE | BC | 99 | 0 | F | 1F | D | 1E | 33 | 4A |
| Octal | 336 | 274 | 231 | 0 | 17 | 37 | 15 | 36 | 63 | 112 |
| Binary | 11011110 | 10111100 | 10011001 | 0 | 1111 | 11111 | 1101 | 11110 | 110011 | 1001010 |
Color Harmonies of #DEBC99
Complementary color
Monochromatic Colors of #DEBC99
Black with #DEBC99
Text Example
Text Example
White with #DEBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC99; }
p { color: rgb(222,188,153); }
H1.HeaderClassName
{
color: #DEBC99;
}
.AnyTagClassName
{
color: #DEBC99;
}
</style>
background-color css
<style>
a { background-color: #DEBC99; }
a { background-color: rgb(222,188,153); }
div.DivClassName
{
background-color: #DEBC99;
}
.BgClassName
{
background-color: #DEBC99;
}
</style>
border-color css
<style>
span { border-color: #DEBC99; }
span { border-color: rgb(222,188,153); }
td.TdClassName
{
border-color: #DEBC99;
}
.TagClassName
{
border-color: #DEBC99;
}
</style>