Shades of Tahuna Sands #DBCF99
Tints of Tahuna Sands #DBCF99
RGB
CMYK
RGB Variations
Color information
#DBCF99 (or 0xDBCF99) is known color: Tahuna Sands. HEX triplet: DB, CF and 99. RGB value is (219,207,153). Sum of RGB (Red+Green+Blue) = 219+207+153=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF99 is #243066. Grayscale: #CCCCCC. Windows color (decimal): -2371687 or 10080219. OLE color: 10080219.
HSL color Cylindrical-coordinate representation of color #DBCF99: hue angle of 49.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBCF99 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 153 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.14 |
| HSL | 49.09º | 0.48% | 0.73% | - |
| HSV(B) | 49.09º | 0.3% | 0.86% | - |
| XYZ | 57.28 | 61.99 | 39.08 | - |
| YUV | 204.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 153 | 0 | 0.05 | 0.30 | 0.14 | 49.09 | 0.48 | 0.73 |
| Hex | DB | CF | 99 | 0 | 5 | 1E | E | 31 | 30 | 49 |
| Octal | 333 | 317 | 231 | 0 | 5 | 36 | 16 | 61 | 60 | 111 |
| Binary | 11011011 | 11001111 | 10011001 | 0 | 101 | 11110 | 1110 | 110001 | 110000 | 1001001 |
Color Harmonies of #DBCF99
Complementary color
Monochromatic Colors of #DBCF99
Black with #DBCF99
Text Example
Text Example
White with #DBCF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF99; }
p { color: rgb(219,207,153); }
H1.HeaderClassName
{
color: #DBCF99;
}
.AnyTagClassName
{
color: #DBCF99;
}
</style>
background-color css
<style>
a { background-color: #DBCF99; }
a { background-color: rgb(219,207,153); }
div.DivClassName
{
background-color: #DBCF99;
}
.BgClassName
{
background-color: #DBCF99;
}
</style>
border-color css
<style>
span { border-color: #DBCF99; }
span { border-color: rgb(219,207,153); }
td.TdClassName
{
border-color: #DBCF99;
}
.TagClassName
{
border-color: #DBCF99;
}
</style>