Shades of Tahuna Sands #D6D39C
Tints of Tahuna Sands #D6D39C
RGB
CMYK
RGB Variations
Color information
#D6D39C (or 0xD6D39C) is known color: Tahuna Sands. HEX triplet: D6, D3 and 9C. RGB value is (214,211,156). Sum of RGB (Red+Green+Blue) = 214+211+156=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D39C is #292C63. Grayscale: #CDCDCD. Windows color (decimal): -2698340 or 10277846. OLE color: 10277846.
HSL color Cylindrical-coordinate representation of color #D6D39C: hue angle of 56.9º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6D39C is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 156 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.16 |
| HSL | 56.9º | 0.41% | 0.73% | - |
| HSV(B) | 56.9º | 0.27% | 0.84% | - |
| XYZ | 57.03 | 63.28 | 40.66 | - |
| YUV | 205.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 156 | 0 | 0.01 | 0.27 | 0.16 | 56.9 | 0.41 | 0.73 |
| Hex | D6 | D3 | 9C | 0 | 1 | 1B | 10 | 39 | 29 | 49 |
| Octal | 326 | 323 | 234 | 0 | 1 | 33 | 20 | 71 | 51 | 111 |
| Binary | 11010110 | 11010011 | 10011100 | 0 | 1 | 11011 | 10000 | 111001 | 101001 | 1001001 |
Color Harmonies of #D6D39C
Complementary color
Monochromatic Colors of #D6D39C
Black with #D6D39C
Text Example
Text Example
White with #D6D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D39C; }
p { color: rgb(214,211,156); }
H1.HeaderClassName
{
color: #D6D39C;
}
.AnyTagClassName
{
color: #D6D39C;
}
</style>
background-color css
<style>
a { background-color: #D6D39C; }
a { background-color: rgb(214,211,156); }
div.DivClassName
{
background-color: #D6D39C;
}
.BgClassName
{
background-color: #D6D39C;
}
</style>
border-color css
<style>
span { border-color: #D6D39C; }
span { border-color: rgb(214,211,156); }
td.TdClassName
{
border-color: #D6D39C;
}
.TagClassName
{
border-color: #D6D39C;
}
</style>