Shades of Tahuna Sands #D6C99F
Tints of Tahuna Sands #D6C99F
RGB
CMYK
RGB Variations
Color information
#D6C99F (or 0xD6C99F) is known color: Tahuna Sands. HEX triplet: D6, C9 and 9F. RGB value is (214,201,159). Sum of RGB (Red+Green+Blue) = 214+201+159=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C99F is #293660. Grayscale: #C8C8C8. Windows color (decimal): -2700897 or 10471894. OLE color: 10471894.
HSL color Cylindrical-coordinate representation of color #D6C99F: hue angle of 45.82º degrees, saturation: 0.4, 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 #D6C99F is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 159 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.16 |
| HSL | 45.82º | 0.4% | 0.73% | - |
| HSV(B) | 45.82º | 0.26% | 0.84% | - |
| XYZ | 54.88 | 58.57 | 41.21 | - |
| YUV | 200.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 159 | 0 | 0.06 | 0.26 | 0.16 | 45.82 | 0.4 | 0.73 |
| Hex | D6 | C9 | 9F | 0 | 6 | 1A | 10 | 2E | 28 | 49 |
| Octal | 326 | 311 | 237 | 0 | 6 | 32 | 20 | 56 | 50 | 111 |
| Binary | 11010110 | 11001001 | 10011111 | 0 | 110 | 11010 | 10000 | 101110 | 101000 | 1001001 |
Color Harmonies of #D6C99F
Complementary color
Monochromatic Colors of #D6C99F
Black with #D6C99F
Text Example
Text Example
White with #D6C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C99F; }
p { color: rgb(214,201,159); }
H1.HeaderClassName
{
color: #D6C99F;
}
.AnyTagClassName
{
color: #D6C99F;
}
</style>
background-color css
<style>
a { background-color: #D6C99F; }
a { background-color: rgb(214,201,159); }
div.DivClassName
{
background-color: #D6C99F;
}
.BgClassName
{
background-color: #D6C99F;
}
</style>
border-color css
<style>
span { border-color: #D6C99F; }
span { border-color: rgb(214,201,159); }
td.TdClassName
{
border-color: #D6C99F;
}
.TagClassName
{
border-color: #D6C99F;
}
</style>