Shades of Tahuna Sands #D6D39A
Tints of Tahuna Sands #D6D39A
RGB
CMYK
RGB Variations
Color information
#D6D39A (or 0xD6D39A) is known color: Tahuna Sands. HEX triplet: D6, D3 and 9A. RGB value is (214,211,154). Sum of RGB (Red+Green+Blue) = 214+211+154=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D39A is #292C65. Grayscale: #CDCDCD. Windows color (decimal): -2698342 or 10146774. OLE color: 10146774.
HSL color Cylindrical-coordinate representation of color #D6D39A: hue angle of 57º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6D39A is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 154 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.16 |
| HSL | 57º | 0.42% | 0.72% | - |
| HSV(B) | 57º | 0.28% | 0.84% | - |
| XYZ | 56.86 | 63.22 | 39.78 | - |
| YUV | 205.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 154 | 0 | 0.01 | 0.28 | 0.16 | 57 | 0.42 | 0.72 |
| Hex | D6 | D3 | 9A | 0 | 1 | 1C | 10 | 39 | 2A | 48 |
| Octal | 326 | 323 | 232 | 0 | 1 | 34 | 20 | 71 | 52 | 110 |
| Binary | 11010110 | 11010011 | 10011010 | 0 | 1 | 11100 | 10000 | 111001 | 101010 | 1001000 |
Color Harmonies of #D6D39A
Complementary color
Monochromatic Colors of #D6D39A
Black with #D6D39A
Text Example
Text Example
White with #D6D39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D39A; }
p { color: rgb(214,211,154); }
H1.HeaderClassName
{
color: #D6D39A;
}
.AnyTagClassName
{
color: #D6D39A;
}
</style>
background-color css
<style>
a { background-color: #D6D39A; }
a { background-color: rgb(214,211,154); }
div.DivClassName
{
background-color: #D6D39A;
}
.BgClassName
{
background-color: #D6D39A;
}
</style>
border-color css
<style>
span { border-color: #D6D39A; }
span { border-color: rgb(214,211,154); }
td.TdClassName
{
border-color: #D6D39A;
}
.TagClassName
{
border-color: #D6D39A;
}
</style>