Shades of Pancho #DEBE9A
Tints of Pancho #DEBE9A
RGB
CMYK
RGB Variations
Color information
#DEBE9A (or 0xDEBE9A) is known color: Pancho. HEX triplet: DE, BE and 9A. RGB value is (222,190,154). Sum of RGB (Red+Green+Blue) = 222+190+154=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE9A is #214165. Grayscale: #C3C3C3. Windows color (decimal): -2179430 or 10141406. OLE color: 10141406.
HSL color Cylindrical-coordinate representation of color #DEBE9A: hue angle of 31.76º 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 #DEBE9A is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 154 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.13 |
| HSL | 31.76º | 0.51% | 0.74% | - |
| HSV(B) | 31.76º | 0.31% | 0.87% | - |
| XYZ | 54.37 | 54.69 | 38.26 | - |
| YUV | 195.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 154 | 0 | 0.14 | 0.31 | 0.13 | 31.76 | 0.51 | 0.74 |
| Hex | DE | BE | 9A | 0 | E | 1F | D | 20 | 33 | 4A |
| Octal | 336 | 276 | 232 | 0 | 16 | 37 | 15 | 40 | 63 | 112 |
| Binary | 11011110 | 10111110 | 10011010 | 0 | 1110 | 11111 | 1101 | 100000 | 110011 | 1001010 |
Color Harmonies of #DEBE9A
Complementary color
Monochromatic Colors of #DEBE9A
Black with #DEBE9A
Text Example
Text Example
White with #DEBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE9A; }
p { color: rgb(222,190,154); }
H1.HeaderClassName
{
color: #DEBE9A;
}
.AnyTagClassName
{
color: #DEBE9A;
}
</style>
background-color css
<style>
a { background-color: #DEBE9A; }
a { background-color: rgb(222,190,154); }
div.DivClassName
{
background-color: #DEBE9A;
}
.BgClassName
{
background-color: #DEBE9A;
}
</style>
border-color css
<style>
span { border-color: #DEBE9A; }
span { border-color: rgb(222,190,154); }
td.TdClassName
{
border-color: #DEBE9A;
}
.TagClassName
{
border-color: #DEBE9A;
}
</style>