Shades of Pancho #DBB798
Tints of Pancho #DBB798
RGB
CMYK
RGB Variations
Color information
#DBB798 (or 0xDBB798) is known color: Pancho. HEX triplet: DB, B7 and 98. RGB value is (219,183,152). Sum of RGB (Red+Green+Blue) = 219+183+152=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB798 is #244867. Grayscale: #BEBEBE. Windows color (decimal): -2377832 or 10008539. OLE color: 10008539.
HSL color Cylindrical-coordinate representation of color #DBB798: hue angle of 27.76º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBB798 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 152 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.14 |
| HSL | 27.76º | 0.48% | 0.73% | - |
| HSV(B) | 27.76º | 0.31% | 0.86% | - |
| XYZ | 51.81 | 51.19 | 36.86 | - |
| YUV | 190.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 152 | 0 | 0.16 | 0.31 | 0.14 | 27.76 | 0.48 | 0.73 |
| Hex | DB | B7 | 98 | 0 | 10 | 1F | E | 1C | 30 | 49 |
| Octal | 333 | 267 | 230 | 0 | 20 | 37 | 16 | 34 | 60 | 111 |
| Binary | 11011011 | 10110111 | 10011000 | 0 | 10000 | 11111 | 1110 | 11100 | 110000 | 1001001 |
Color Harmonies of #DBB798
Complementary color
Monochromatic Colors of #DBB798
Black with #DBB798
Text Example
Text Example
White with #DBB798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB798; }
p { color: rgb(219,183,152); }
H1.HeaderClassName
{
color: #DBB798;
}
.AnyTagClassName
{
color: #DBB798;
}
</style>
background-color css
<style>
a { background-color: #DBB798; }
a { background-color: rgb(219,183,152); }
div.DivClassName
{
background-color: #DBB798;
}
.BgClassName
{
background-color: #DBB798;
}
</style>
border-color css
<style>
span { border-color: #DBB798; }
span { border-color: rgb(219,183,152); }
td.TdClassName
{
border-color: #DBB798;
}
.TagClassName
{
border-color: #DBB798;
}
</style>