Shades of Tahuna Sands #D6D29E
Tints of Tahuna Sands #D6D29E
RGB
CMYK
RGB Variations
Color information
#D6D29E (or 0xD6D29E) is known color: Tahuna Sands. HEX triplet: D6, D2 and 9E. RGB value is (214,210,158). Sum of RGB (Red+Green+Blue) = 214+210+158=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D29E is #292D61. Grayscale: #CDCDCD. Windows color (decimal): -2698594 or 10408662. OLE color: 10408662.
HSL color Cylindrical-coordinate representation of color #D6D29E: hue angle of 55.71º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6D29E is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 158 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.16 |
| HSL | 55.71º | 0.41% | 0.73% | - |
| HSV(B) | 55.71º | 0.26% | 0.84% | - |
| XYZ | 56.95 | 62.86 | 41.48 | - |
| YUV | 205.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 158 | 0 | 0.02 | 0.26 | 0.16 | 55.71 | 0.41 | 0.73 |
| Hex | D6 | D2 | 9E | 0 | 2 | 1A | 10 | 38 | 29 | 49 |
| Octal | 326 | 322 | 236 | 0 | 2 | 32 | 20 | 70 | 51 | 111 |
| Binary | 11010110 | 11010010 | 10011110 | 0 | 10 | 11010 | 10000 | 111000 | 101001 | 1001001 |
Color Harmonies of #D6D29E
Complementary color
Monochromatic Colors of #D6D29E
Black with #D6D29E
Text Example
Text Example
White with #D6D29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D29E; }
p { color: rgb(214,210,158); }
H1.HeaderClassName
{
color: #D6D29E;
}
.AnyTagClassName
{
color: #D6D29E;
}
</style>
background-color css
<style>
a { background-color: #D6D29E; }
a { background-color: rgb(214,210,158); }
div.DivClassName
{
background-color: #D6D29E;
}
.BgClassName
{
background-color: #D6D29E;
}
</style>
border-color css
<style>
span { border-color: #D6D29E; }
span { border-color: rgb(214,210,158); }
td.TdClassName
{
border-color: #D6D29E;
}
.TagClassName
{
border-color: #D6D29E;
}
</style>