Shades of Tahuna Sands #D6C99C
Tints of Tahuna Sands #D6C99C
RGB
CMYK
RGB Variations
Color information
#D6C99C (or 0xD6C99C) is known color: Tahuna Sands. HEX triplet: D6, C9 and 9C. RGB value is (214,201,156). Sum of RGB (Red+Green+Blue) = 214+201+156=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C99C is #293663. Grayscale: #C7C7C7. Windows color (decimal): -2700900 or 10275286. OLE color: 10275286.
HSL color Cylindrical-coordinate representation of color #D6C99C: hue angle of 46.55º 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 #D6C99C is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 156 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.16 |
| HSL | 46.55º | 0.41% | 0.73% | - |
| HSV(B) | 46.55º | 0.27% | 0.84% | - |
| XYZ | 54.62 | 58.47 | 39.86 | - |
| YUV | 199.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 156 | 0 | 0.06 | 0.27 | 0.16 | 46.55 | 0.41 | 0.73 |
| Hex | D6 | C9 | 9C | 0 | 6 | 1B | 10 | 2F | 29 | 49 |
| Octal | 326 | 311 | 234 | 0 | 6 | 33 | 20 | 57 | 51 | 111 |
| Binary | 11010110 | 11001001 | 10011100 | 0 | 110 | 11011 | 10000 | 101111 | 101001 | 1001001 |
Color Harmonies of #D6C99C
Complementary color
Monochromatic Colors of #D6C99C
Black with #D6C99C
Text Example
Text Example
White with #D6C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C99C; }
p { color: rgb(214,201,156); }
H1.HeaderClassName
{
color: #D6C99C;
}
.AnyTagClassName
{
color: #D6C99C;
}
</style>
background-color css
<style>
a { background-color: #D6C99C; }
a { background-color: rgb(214,201,156); }
div.DivClassName
{
background-color: #D6C99C;
}
.BgClassName
{
background-color: #D6C99C;
}
</style>
border-color css
<style>
span { border-color: #D6C99C; }
span { border-color: rgb(214,201,156); }
td.TdClassName
{
border-color: #D6C99C;
}
.TagClassName
{
border-color: #D6C99C;
}
</style>