Shades of Tahuna Sands #DBD09A
Tints of Tahuna Sands #DBD09A
RGB
CMYK
RGB Variations
Color information
#DBD09A (or 0xDBD09A) is known color: Tahuna Sands. HEX triplet: DB, D0 and 9A. RGB value is (219,208,154). Sum of RGB (Red+Green+Blue) = 219+208+154=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD09A is #242F65. Grayscale: #CDCDCD. Windows color (decimal): -2371430 or 10146011. OLE color: 10146011.
HSL color Cylindrical-coordinate representation of color #DBD09A: hue angle of 49.85º degrees, saturation: 0.47, 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 #DBD09A is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 154 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.14 |
| HSL | 49.85º | 0.47% | 0.73% | - |
| HSV(B) | 49.85º | 0.3% | 0.86% | - |
| XYZ | 57.6 | 62.5 | 39.6 | - |
| YUV | 205.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 154 | 0 | 0.05 | 0.30 | 0.14 | 49.85 | 0.47 | 0.73 |
| Hex | DB | D0 | 9A | 0 | 5 | 1E | E | 32 | 2F | 49 |
| Octal | 333 | 320 | 232 | 0 | 5 | 36 | 16 | 62 | 57 | 111 |
| Binary | 11011011 | 11010000 | 10011010 | 0 | 101 | 11110 | 1110 | 110010 | 101111 | 1001001 |
Color Harmonies of #DBD09A
Complementary color
Monochromatic Colors of #DBD09A
Black with #DBD09A
Text Example
Text Example
White with #DBD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD09A; }
p { color: rgb(219,208,154); }
H1.HeaderClassName
{
color: #DBD09A;
}
.AnyTagClassName
{
color: #DBD09A;
}
</style>
background-color css
<style>
a { background-color: #DBD09A; }
a { background-color: rgb(219,208,154); }
div.DivClassName
{
background-color: #DBD09A;
}
.BgClassName
{
background-color: #DBD09A;
}
</style>
border-color css
<style>
span { border-color: #DBD09A; }
span { border-color: rgb(219,208,154); }
td.TdClassName
{
border-color: #DBD09A;
}
.TagClassName
{
border-color: #DBD09A;
}
</style>