Shades of Tahuna Sands #DBD299
Tints of Tahuna Sands #DBD299
RGB
CMYK
RGB Variations
Color information
#DBD299 (or 0xDBD299) is known color: Tahuna Sands. HEX triplet: DB, D2 and 99. RGB value is (219,210,153). Sum of RGB (Red+Green+Blue) = 219+210+153=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD299 is #242D66. Grayscale: #CECECE. Windows color (decimal): -2370919 or 10080987. OLE color: 10080987.
HSL color Cylindrical-coordinate representation of color #DBD299: hue angle of 51.82º 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 #DBD299 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 153 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.14 |
| HSL | 51.82º | 0.48% | 0.73% | - |
| HSV(B) | 51.82º | 0.3% | 0.86% | - |
| XYZ | 58.01 | 63.45 | 39.33 | - |
| YUV | 206.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 153 | 0 | 0.04 | 0.30 | 0.14 | 51.82 | 0.48 | 0.73 |
| Hex | DB | D2 | 99 | 0 | 4 | 1E | E | 34 | 30 | 49 |
| Octal | 333 | 322 | 231 | 0 | 4 | 36 | 16 | 64 | 60 | 111 |
| Binary | 11011011 | 11010010 | 10011001 | 0 | 100 | 11110 | 1110 | 110100 | 110000 | 1001001 |
Color Harmonies of #DBD299
Complementary color
Monochromatic Colors of #DBD299
Black with #DBD299
Text Example
Text Example
White with #DBD299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD299; }
p { color: rgb(219,210,153); }
H1.HeaderClassName
{
color: #DBD299;
}
.AnyTagClassName
{
color: #DBD299;
}
</style>
background-color css
<style>
a { background-color: #DBD299; }
a { background-color: rgb(219,210,153); }
div.DivClassName
{
background-color: #DBD299;
}
.BgClassName
{
background-color: #DBD299;
}
</style>
border-color css
<style>
span { border-color: #DBD299; }
span { border-color: rgb(219,210,153); }
td.TdClassName
{
border-color: #DBD299;
}
.TagClassName
{
border-color: #DBD299;
}
</style>