Shades of Pancho #DEBF98
Tints of Pancho #DEBF98
RGB
CMYK
RGB Variations
Color information
#DEBF98 (or 0xDEBF98) is known color: Pancho. HEX triplet: DE, BF and 98. RGB value is (222,191,152). Sum of RGB (Red+Green+Blue) = 222+191+152=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBF98 is #214067. Grayscale: #C4C4C4. Windows color (decimal): -2179176 or 10010590. OLE color: 10010590.
HSL color Cylindrical-coordinate representation of color #DEBF98: hue angle of 33.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEBF98 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 152 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.13 |
| HSL | 33.43º | 0.51% | 0.73% | - |
| HSV(B) | 33.43º | 0.32% | 0.87% | - |
| XYZ | 54.42 | 55.06 | 37.46 | - |
| YUV | 195.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 152 | 0 | 0.14 | 0.32 | 0.13 | 33.43 | 0.51 | 0.73 |
| Hex | DE | BF | 98 | 0 | E | 20 | D | 21 | 33 | 49 |
| Octal | 336 | 277 | 230 | 0 | 16 | 40 | 15 | 41 | 63 | 111 |
| Binary | 11011110 | 10111111 | 10011000 | 0 | 1110 | 100000 | 1101 | 100001 | 110011 | 1001001 |
Color Harmonies of #DEBF98
Complementary color
Monochromatic Colors of #DEBF98
Black with #DEBF98
Text Example
Text Example
White with #DEBF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF98; }
p { color: rgb(222,191,152); }
H1.HeaderClassName
{
color: #DEBF98;
}
.AnyTagClassName
{
color: #DEBF98;
}
</style>
background-color css
<style>
a { background-color: #DEBF98; }
a { background-color: rgb(222,191,152); }
div.DivClassName
{
background-color: #DEBF98;
}
.BgClassName
{
background-color: #DEBF98;
}
</style>
border-color css
<style>
span { border-color: #DEBF98; }
span { border-color: rgb(222,191,152); }
td.TdClassName
{
border-color: #DEBF98;
}
.TagClassName
{
border-color: #DEBF98;
}
</style>