Shades of Tahuna Sands #DBD397
Tints of Tahuna Sands #DBD397
RGB
CMYK
RGB Variations
Color information
#DBD397 (or 0xDBD397) is known color: Tahuna Sands. HEX triplet: DB, D3 and 97. RGB value is (219,211,151). Sum of RGB (Red+Green+Blue) = 219+211+151=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD397 is #242C68. Grayscale: #CECECE. Windows color (decimal): -2370665 or 9950171. OLE color: 9950171.
HSL color Cylindrical-coordinate representation of color #DBD397: hue angle of 52.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBD397 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 151 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.14 |
| HSL | 52.94º | 0.49% | 0.73% | - |
| HSV(B) | 52.94º | 0.31% | 0.86% | - |
| XYZ | 58.09 | 63.88 | 38.55 | - |
| YUV | 206.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 151 | 0 | 0.04 | 0.31 | 0.14 | 52.94 | 0.49 | 0.73 |
| Hex | DB | D3 | 97 | 0 | 4 | 1F | E | 35 | 31 | 49 |
| Octal | 333 | 323 | 227 | 0 | 4 | 37 | 16 | 65 | 61 | 111 |
| Binary | 11011011 | 11010011 | 10010111 | 0 | 100 | 11111 | 1110 | 110101 | 110001 | 1001001 |
Color Harmonies of #DBD397
Complementary color
Monochromatic Colors of #DBD397
Black with #DBD397
Text Example
Text Example
White with #DBD397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD397; }
p { color: rgb(219,211,151); }
H1.HeaderClassName
{
color: #DBD397;
}
.AnyTagClassName
{
color: #DBD397;
}
</style>
background-color css
<style>
a { background-color: #DBD397; }
a { background-color: rgb(219,211,151); }
div.DivClassName
{
background-color: #DBD397;
}
.BgClassName
{
background-color: #DBD397;
}
</style>
border-color css
<style>
span { border-color: #DBD397; }
span { border-color: rgb(219,211,151); }
td.TdClassName
{
border-color: #DBD397;
}
.TagClassName
{
border-color: #DBD397;
}
</style>