Shades of Tahuna Sands #DBD49D
Tints of Tahuna Sands #DBD49D
RGB
CMYK
RGB Variations
Color information
#DBD49D (or 0xDBD49D) is known color: Tahuna Sands. HEX triplet: DB, D4 and 9D. RGB value is (219,212,157). Sum of RGB (Red+Green+Blue) = 219+212+157=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD49D is #242B62. Grayscale: #D0D0D0. Windows color (decimal): -2370403 or 10343643. OLE color: 10343643.
HSL color Cylindrical-coordinate representation of color #DBD49D: hue angle of 53.23º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBD49D is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 157 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.14 |
| HSL | 53.23º | 0.46% | 0.74% | - |
| HSV(B) | 53.23º | 0.28% | 0.86% | - |
| XYZ | 58.84 | 64.58 | 41.26 | - |
| YUV | 207.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 157 | 0 | 0.03 | 0.28 | 0.14 | 53.23 | 0.46 | 0.74 |
| Hex | DB | D4 | 9D | 0 | 3 | 1C | E | 35 | 2E | 4A |
| Octal | 333 | 324 | 235 | 0 | 3 | 34 | 16 | 65 | 56 | 112 |
| Binary | 11011011 | 11010100 | 10011101 | 0 | 11 | 11100 | 1110 | 110101 | 101110 | 1001010 |
Color Harmonies of #DBD49D
Complementary color
Monochromatic Colors of #DBD49D
Black with #DBD49D
Text Example
Text Example
White with #DBD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD49D; }
p { color: rgb(219,212,157); }
H1.HeaderClassName
{
color: #DBD49D;
}
.AnyTagClassName
{
color: #DBD49D;
}
</style>
background-color css
<style>
a { background-color: #DBD49D; }
a { background-color: rgb(219,212,157); }
div.DivClassName
{
background-color: #DBD49D;
}
.BgClassName
{
background-color: #DBD49D;
}
</style>
border-color css
<style>
span { border-color: #DBD49D; }
span { border-color: rgb(219,212,157); }
td.TdClassName
{
border-color: #DBD49D;
}
.TagClassName
{
border-color: #DBD49D;
}
</style>