Shades of Tahuna Sands #D6C8A0
Tints of Tahuna Sands #D6C8A0
RGB
CMYK
RGB Variations
Color information
#D6C8A0 (or 0xD6C8A0) is known color: Tahuna Sands. HEX triplet: D6, C8 and A0. RGB value is (214,200,160). Sum of RGB (Red+Green+Blue) = 214+200+160=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C8A0 is #29375F. Grayscale: #C7C7C7. Windows color (decimal): -2701152 or 10537174. OLE color: 10537174.
HSL color Cylindrical-coordinate representation of color #D6C8A0: hue angle of 44.44º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6C8A0 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 160 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.16 |
| HSL | 44.44º | 0.4% | 0.73% | - |
| HSV(B) | 44.44º | 0.25% | 0.84% | - |
| XYZ | 54.73 | 58.14 | 41.6 | - |
| YUV | 199.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 160 | 0 | 0.07 | 0.25 | 0.16 | 44.44 | 0.4 | 0.73 |
| Hex | D6 | C8 | A0 | 0 | 7 | 19 | 10 | 2C | 28 | 49 |
| Octal | 326 | 310 | 240 | 0 | 7 | 31 | 20 | 54 | 50 | 111 |
| Binary | 11010110 | 11001000 | 10100000 | 0 | 111 | 11001 | 10000 | 101100 | 101000 | 1001001 |
Color Harmonies of #D6C8A0
Complementary color
Monochromatic Colors of #D6C8A0
Black with #D6C8A0
Text Example
Text Example
White with #D6C8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8A0; }
p { color: rgb(214,200,160); }
H1.HeaderClassName
{
color: #D6C8A0;
}
.AnyTagClassName
{
color: #D6C8A0;
}
</style>
background-color css
<style>
a { background-color: #D6C8A0; }
a { background-color: rgb(214,200,160); }
div.DivClassName
{
background-color: #D6C8A0;
}
.BgClassName
{
background-color: #D6C8A0;
}
</style>
border-color css
<style>
span { border-color: #D6C8A0; }
span { border-color: rgb(214,200,160); }
td.TdClassName
{
border-color: #D6C8A0;
}
.TagClassName
{
border-color: #D6C8A0;
}
</style>