Shades of Pancho #DEBE9E
Tints of Pancho #DEBE9E
RGB
CMYK
RGB Variations
Color information
#DEBE9E (or 0xDEBE9E) is known color: Pancho. HEX triplet: DE, BE and 9E. RGB value is (222,190,158). Sum of RGB (Red+Green+Blue) = 222+190+158=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE9E is #214161. Grayscale: #C4C4C4. Windows color (decimal): -2179426 or 10403550. OLE color: 10403550.
HSL color Cylindrical-coordinate representation of color #DEBE9E: hue angle of 30º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEBE9E is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 158 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.13 |
| HSL | 30º | 0.49% | 0.75% | - |
| HSV(B) | 30º | 0.29% | 0.87% | - |
| XYZ | 54.71 | 54.83 | 40.05 | - |
| YUV | 195.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 158 | 0 | 0.14 | 0.29 | 0.13 | 30 | 0.49 | 0.75 |
| Hex | DE | BE | 9E | 0 | E | 1D | D | 1E | 31 | 4B |
| Octal | 336 | 276 | 236 | 0 | 16 | 35 | 15 | 36 | 61 | 113 |
| Binary | 11011110 | 10111110 | 10011110 | 0 | 1110 | 11101 | 1101 | 11110 | 110001 | 1001011 |
Color Harmonies of #DEBE9E
Complementary color
Monochromatic Colors of #DEBE9E
Black with #DEBE9E
Text Example
Text Example
White with #DEBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE9E; }
p { color: rgb(222,190,158); }
H1.HeaderClassName
{
color: #DEBE9E;
}
.AnyTagClassName
{
color: #DEBE9E;
}
</style>
background-color css
<style>
a { background-color: #DEBE9E; }
a { background-color: rgb(222,190,158); }
div.DivClassName
{
background-color: #DEBE9E;
}
.BgClassName
{
background-color: #DEBE9E;
}
</style>
border-color css
<style>
span { border-color: #DEBE9E; }
span { border-color: rgb(222,190,158); }
td.TdClassName
{
border-color: #DEBE9E;
}
.TagClassName
{
border-color: #DEBE9E;
}
</style>