Shades of Tahuna Sands #D9D297
Tints of Tahuna Sands #D9D297
RGB
CMYK
RGB Variations
Color information
#D9D297 (or 0xD9D297) is known color: Tahuna Sands. HEX triplet: D9, D2 and 97. RGB value is (217,210,151). Sum of RGB (Red+Green+Blue) = 217+210+151=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D297 is #262D68. Grayscale: #CDCDCD. Windows color (decimal): -2501993 or 9949913. OLE color: 9949913.
HSL color Cylindrical-coordinate representation of color #D9D297: hue angle of 53.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9D297 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 151 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.15 |
| HSL | 53.64º | 0.46% | 0.72% | - |
| HSV(B) | 53.64º | 0.3% | 0.85% | - |
| XYZ | 57.25 | 63.08 | 38.44 | - |
| YUV | 205.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 151 | 0 | 0.03 | 0.30 | 0.15 | 53.64 | 0.46 | 0.72 |
| Hex | D9 | D2 | 97 | 0 | 3 | 1E | F | 36 | 2E | 48 |
| Octal | 331 | 322 | 227 | 0 | 3 | 36 | 17 | 66 | 56 | 110 |
| Binary | 11011001 | 11010010 | 10010111 | 0 | 11 | 11110 | 1111 | 110110 | 101110 | 1001000 |
Color Harmonies of #D9D297
Complementary color
Monochromatic Colors of #D9D297
Black with #D9D297
Text Example
Text Example
White with #D9D297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D297; }
p { color: rgb(217,210,151); }
H1.HeaderClassName
{
color: #D9D297;
}
.AnyTagClassName
{
color: #D9D297;
}
</style>
background-color css
<style>
a { background-color: #D9D297; }
a { background-color: rgb(217,210,151); }
div.DivClassName
{
background-color: #D9D297;
}
.BgClassName
{
background-color: #D9D297;
}
</style>
border-color css
<style>
span { border-color: #D9D297; }
span { border-color: rgb(217,210,151); }
td.TdClassName
{
border-color: #D9D297;
}
.TagClassName
{
border-color: #D9D297;
}
</style>