Shades of Tahuna Sands #DBD39A
Tints of Tahuna Sands #DBD39A
RGB
CMYK
RGB Variations
Color information
#DBD39A (or 0xDBD39A) is known color: Tahuna Sands. HEX triplet: DB, D3 and 9A. RGB value is (219,211,154). Sum of RGB (Red+Green+Blue) = 219+211+154=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD39A is #242C65. Grayscale: #CFCFCF. Windows color (decimal): -2370662 or 10146779. OLE color: 10146779.
HSL color Cylindrical-coordinate representation of color #DBD39A: hue angle of 52.62º 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 #DBD39A is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 154 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.14 |
| HSL | 52.62º | 0.47% | 0.73% | - |
| HSV(B) | 52.62º | 0.3% | 0.86% | - |
| XYZ | 58.34 | 63.98 | 39.85 | - |
| YUV | 206.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 154 | 0 | 0.04 | 0.30 | 0.14 | 52.62 | 0.47 | 0.73 |
| Hex | DB | D3 | 9A | 0 | 4 | 1E | E | 35 | 2F | 49 |
| Octal | 333 | 323 | 232 | 0 | 4 | 36 | 16 | 65 | 57 | 111 |
| Binary | 11011011 | 11010011 | 10011010 | 0 | 100 | 11110 | 1110 | 110101 | 101111 | 1001001 |
Color Harmonies of #DBD39A
Complementary color
Monochromatic Colors of #DBD39A
Black with #DBD39A
Text Example
Text Example
White with #DBD39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD39A; }
p { color: rgb(219,211,154); }
H1.HeaderClassName
{
color: #DBD39A;
}
.AnyTagClassName
{
color: #DBD39A;
}
</style>
background-color css
<style>
a { background-color: #DBD39A; }
a { background-color: rgb(219,211,154); }
div.DivClassName
{
background-color: #DBD39A;
}
.BgClassName
{
background-color: #DBD39A;
}
</style>
border-color css
<style>
span { border-color: #DBD39A; }
span { border-color: rgb(219,211,154); }
td.TdClassName
{
border-color: #DBD39A;
}
.TagClassName
{
border-color: #DBD39A;
}
</style>