Shades of Tahuna Sands #D6D39D
Tints of Tahuna Sands #D6D39D
RGB
CMYK
RGB Variations
Color information
#D6D39D (or 0xD6D39D) is known color: Tahuna Sands. HEX triplet: D6, D3 and 9D. RGB value is (214,211,157). Sum of RGB (Red+Green+Blue) = 214+211+157=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D39D is #292C62. Grayscale: #CDCDCD. Windows color (decimal): -2698339 or 10343382. OLE color: 10343382.
HSL color Cylindrical-coordinate representation of color #D6D39D: hue angle of 56.84º 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 #D6D39D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 157 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.16 |
| HSL | 56.84º | 0.41% | 0.73% | - |
| HSV(B) | 56.84º | 0.27% | 0.84% | - |
| XYZ | 57.11 | 63.32 | 41.11 | - |
| YUV | 205.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 157 | 0 | 0.01 | 0.27 | 0.16 | 56.84 | 0.41 | 0.73 |
| Hex | D6 | D3 | 9D | 0 | 1 | 1B | 10 | 39 | 29 | 49 |
| Octal | 326 | 323 | 235 | 0 | 1 | 33 | 20 | 71 | 51 | 111 |
| Binary | 11010110 | 11010011 | 10011101 | 0 | 1 | 11011 | 10000 | 111001 | 101001 | 1001001 |
Color Harmonies of #D6D39D
Complementary color
Monochromatic Colors of #D6D39D
Black with #D6D39D
Text Example
Text Example
White with #D6D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D39D; }
p { color: rgb(214,211,157); }
H1.HeaderClassName
{
color: #D6D39D;
}
.AnyTagClassName
{
color: #D6D39D;
}
</style>
background-color css
<style>
a { background-color: #D6D39D; }
a { background-color: rgb(214,211,157); }
div.DivClassName
{
background-color: #D6D39D;
}
.BgClassName
{
background-color: #D6D39D;
}
</style>
border-color css
<style>
span { border-color: #D6D39D; }
span { border-color: rgb(214,211,157); }
td.TdClassName
{
border-color: #D6D39D;
}
.TagClassName
{
border-color: #D6D39D;
}
</style>