Shades of Tahuna Sands #DBCF96
Tints of Tahuna Sands #DBCF96
RGB
CMYK
RGB Variations
Color information
#DBCF96 (or 0xDBCF96) is known color: Tahuna Sands. HEX triplet: DB, CF and 96. RGB value is (219,207,150). Sum of RGB (Red+Green+Blue) = 219+207+150=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF96 is #243069. Grayscale: #CCCCCC. Windows color (decimal): -2371690 or 9883611. OLE color: 9883611.
HSL color Cylindrical-coordinate representation of color #DBCF96: hue angle of 49.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBCF96 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 150 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.14 |
| HSL | 49.57º | 0.49% | 0.72% | - |
| HSV(B) | 49.57º | 0.32% | 0.86% | - |
| XYZ | 57.03 | 61.89 | 37.79 | - |
| YUV | 204.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 150 | 0 | 0.05 | 0.32 | 0.14 | 49.57 | 0.49 | 0.72 |
| Hex | DB | CF | 96 | 0 | 5 | 20 | E | 32 | 31 | 48 |
| Octal | 333 | 317 | 226 | 0 | 5 | 40 | 16 | 62 | 61 | 110 |
| Binary | 11011011 | 11001111 | 10010110 | 0 | 101 | 100000 | 1110 | 110010 | 110001 | 1001000 |
Color Harmonies of #DBCF96
Complementary color
Monochromatic Colors of #DBCF96
Black with #DBCF96
Text Example
Text Example
White with #DBCF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF96; }
p { color: rgb(219,207,150); }
H1.HeaderClassName
{
color: #DBCF96;
}
.AnyTagClassName
{
color: #DBCF96;
}
</style>
background-color css
<style>
a { background-color: #DBCF96; }
a { background-color: rgb(219,207,150); }
div.DivClassName
{
background-color: #DBCF96;
}
.BgClassName
{
background-color: #DBCF96;
}
</style>
border-color css
<style>
span { border-color: #DBCF96; }
span { border-color: rgb(219,207,150); }
td.TdClassName
{
border-color: #DBCF96;
}
.TagClassName
{
border-color: #DBCF96;
}
</style>