Shades of Pancho #DABB98
Tints of Pancho #DABB98
RGB
CMYK
RGB Variations
Color information
#DABB98 (or 0xDABB98) is known color: Pancho. HEX triplet: DA, BB and 98. RGB value is (218,187,152). Sum of RGB (Red+Green+Blue) = 218+187+152=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB98 is #254467. Grayscale: #C0C0C0. Windows color (decimal): -2442344 or 10009562. OLE color: 10009562.
HSL color Cylindrical-coordinate representation of color #DABB98: hue angle of 31.82º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DABB98 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 152 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.15 |
| HSL | 31.82º | 0.47% | 0.73% | - |
| HSV(B) | 31.82º | 0.3% | 0.85% | - |
| XYZ | 52.35 | 52.71 | 37.12 | - |
| YUV | 192.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 152 | 0 | 0.14 | 0.30 | 0.15 | 31.82 | 0.47 | 0.73 |
| Hex | DA | BB | 98 | 0 | E | 1E | F | 20 | 2F | 49 |
| Octal | 332 | 273 | 230 | 0 | 16 | 36 | 17 | 40 | 57 | 111 |
| Binary | 11011010 | 10111011 | 10011000 | 0 | 1110 | 11110 | 1111 | 100000 | 101111 | 1001001 |
Color Harmonies of #DABB98
Complementary color
Monochromatic Colors of #DABB98
Black with #DABB98
Text Example
Text Example
White with #DABB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB98; }
p { color: rgb(218,187,152); }
H1.HeaderClassName
{
color: #DABB98;
}
.AnyTagClassName
{
color: #DABB98;
}
</style>
background-color css
<style>
a { background-color: #DABB98; }
a { background-color: rgb(218,187,152); }
div.DivClassName
{
background-color: #DABB98;
}
.BgClassName
{
background-color: #DABB98;
}
</style>
border-color css
<style>
span { border-color: #DABB98; }
span { border-color: rgb(218,187,152); }
td.TdClassName
{
border-color: #DABB98;
}
.TagClassName
{
border-color: #DABB98;
}
</style>