Shades of Tahuna Sands #DBD39F
Tints of Tahuna Sands #DBD39F
RGB
CMYK
RGB Variations
Color information
#DBD39F (or 0xDBD39F) is known color: Tahuna Sands. HEX triplet: DB, D3 and 9F. RGB value is (219,211,159). Sum of RGB (Red+Green+Blue) = 219+211+159=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD39F is #242C60. Grayscale: #CFCFCF. Windows color (decimal): -2370657 or 10474459. OLE color: 10474459.
HSL color Cylindrical-coordinate representation of color #DBD39F: hue angle of 52º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBD39F is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 159 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.14 |
| HSL | 52º | 0.45% | 0.74% | - |
| HSV(B) | 52º | 0.27% | 0.86% | - |
| XYZ | 58.77 | 64.15 | 42.09 | - |
| YUV | 207.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 159 | 0 | 0.04 | 0.27 | 0.14 | 52 | 0.45 | 0.74 |
| Hex | DB | D3 | 9F | 0 | 4 | 1B | E | 34 | 2D | 4A |
| Octal | 333 | 323 | 237 | 0 | 4 | 33 | 16 | 64 | 55 | 112 |
| Binary | 11011011 | 11010011 | 10011111 | 0 | 100 | 11011 | 1110 | 110100 | 101101 | 1001010 |
Color Harmonies of #DBD39F
Complementary color
Monochromatic Colors of #DBD39F
Black with #DBD39F
Text Example
Text Example
White with #DBD39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD39F; }
p { color: rgb(219,211,159); }
H1.HeaderClassName
{
color: #DBD39F;
}
.AnyTagClassName
{
color: #DBD39F;
}
</style>
background-color css
<style>
a { background-color: #DBD39F; }
a { background-color: rgb(219,211,159); }
div.DivClassName
{
background-color: #DBD39F;
}
.BgClassName
{
background-color: #DBD39F;
}
</style>
border-color css
<style>
span { border-color: #DBD39F; }
span { border-color: rgb(219,211,159); }
td.TdClassName
{
border-color: #DBD39F;
}
.TagClassName
{
border-color: #DBD39F;
}
</style>