Shades of Tahuna Sands #D8D29A
Tints of Tahuna Sands #D8D29A
RGB
CMYK
RGB Variations
Color information
#D8D29A (or 0xD8D29A) is known color: Tahuna Sands. HEX triplet: D8, D2 and 9A. RGB value is (216,210,154). Sum of RGB (Red+Green+Blue) = 216+210+154=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D29A is #272D65. Grayscale: #CDCDCD. Windows color (decimal): -2567526 or 10146520. OLE color: 10146520.
HSL color Cylindrical-coordinate representation of color #D8D29A: hue angle of 54.19º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8D29A is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 154 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.15 |
| HSL | 54.19º | 0.44% | 0.73% | - |
| HSV(B) | 54.19º | 0.29% | 0.85% | - |
| XYZ | 57.2 | 63.03 | 39.72 | - |
| YUV | 205.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 154 | 0 | 0.03 | 0.29 | 0.15 | 54.19 | 0.44 | 0.73 |
| Hex | D8 | D2 | 9A | 0 | 3 | 1D | F | 36 | 2C | 49 |
| Octal | 330 | 322 | 232 | 0 | 3 | 35 | 17 | 66 | 54 | 111 |
| Binary | 11011000 | 11010010 | 10011010 | 0 | 11 | 11101 | 1111 | 110110 | 101100 | 1001001 |
Color Harmonies of #D8D29A
Complementary color
Monochromatic Colors of #D8D29A
Black with #D8D29A
Text Example
Text Example
White with #D8D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D29A; }
p { color: rgb(216,210,154); }
H1.HeaderClassName
{
color: #D8D29A;
}
.AnyTagClassName
{
color: #D8D29A;
}
</style>
background-color css
<style>
a { background-color: #D8D29A; }
a { background-color: rgb(216,210,154); }
div.DivClassName
{
background-color: #D8D29A;
}
.BgClassName
{
background-color: #D8D29A;
}
</style>
border-color css
<style>
span { border-color: #D8D29A; }
span { border-color: rgb(216,210,154); }
td.TdClassName
{
border-color: #D8D29A;
}
.TagClassName
{
border-color: #D8D29A;
}
</style>