Shades of Pancho #DEBD99
Tints of Pancho #DEBD99
RGB
CMYK
RGB Variations
Color information
#DEBD99 (or 0xDEBD99) is known color: Pancho. HEX triplet: DE, BD and 99. RGB value is (222,189,153). Sum of RGB (Red+Green+Blue) = 222+189+153=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD99 is #214266. Grayscale: #C2C2C2. Windows color (decimal): -2179687 or 10075614. OLE color: 10075614.
HSL color Cylindrical-coordinate representation of color #DEBD99: hue angle of 31.3º 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 #DEBD99 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 153 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.13 |
| HSL | 31.3º | 0.51% | 0.74% | - |
| HSV(B) | 31.3º | 0.31% | 0.87% | - |
| XYZ | 54.07 | 54.22 | 37.75 | - |
| YUV | 194.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 153 | 0 | 0.15 | 0.31 | 0.13 | 31.3 | 0.51 | 0.74 |
| Hex | DE | BD | 99 | 0 | F | 1F | D | 1F | 33 | 4A |
| Octal | 336 | 275 | 231 | 0 | 17 | 37 | 15 | 37 | 63 | 112 |
| Binary | 11011110 | 10111101 | 10011001 | 0 | 1111 | 11111 | 1101 | 11111 | 110011 | 1001010 |
Color Harmonies of #DEBD99
Complementary color
Monochromatic Colors of #DEBD99
Black with #DEBD99
Text Example
Text Example
White with #DEBD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD99; }
p { color: rgb(222,189,153); }
H1.HeaderClassName
{
color: #DEBD99;
}
.AnyTagClassName
{
color: #DEBD99;
}
</style>
background-color css
<style>
a { background-color: #DEBD99; }
a { background-color: rgb(222,189,153); }
div.DivClassName
{
background-color: #DEBD99;
}
.BgClassName
{
background-color: #DEBD99;
}
</style>
border-color css
<style>
span { border-color: #DEBD99; }
span { border-color: rgb(222,189,153); }
td.TdClassName
{
border-color: #DEBD99;
}
.TagClassName
{
border-color: #DEBD99;
}
</style>