Shades of Tahuna Sands #D8CAA0
Tints of Tahuna Sands #D8CAA0
RGB
CMYK
RGB Variations
Color information
#D8CAA0 (or 0xD8CAA0) is known color: Tahuna Sands. HEX triplet: D8, CA and A0. RGB value is (216,202,160). Sum of RGB (Red+Green+Blue) = 216+202+160=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CAA0 is #27355F. Grayscale: #C9C9C9. Windows color (decimal): -2569568 or 10537688. OLE color: 10537688.
HSL color Cylindrical-coordinate representation of color #D8CAA0: hue angle of 45º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8CAA0 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 160 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.15 |
| HSL | 45º | 0.42% | 0.74% | - |
| HSV(B) | 45º | 0.26% | 0.85% | - |
| XYZ | 55.78 | 59.38 | 41.78 | - |
| YUV | 201.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 160 | 0 | 0.06 | 0.26 | 0.15 | 45 | 0.42 | 0.74 |
| Hex | D8 | CA | A0 | 0 | 6 | 1A | F | 2D | 2A | 4A |
| Octal | 330 | 312 | 240 | 0 | 6 | 32 | 17 | 55 | 52 | 112 |
| Binary | 11011000 | 11001010 | 10100000 | 0 | 110 | 11010 | 1111 | 101101 | 101010 | 1001010 |
Color Harmonies of #D8CAA0
Complementary color
Monochromatic Colors of #D8CAA0
Black with #D8CAA0
Text Example
Text Example
White with #D8CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAA0; }
p { color: rgb(216,202,160); }
H1.HeaderClassName
{
color: #D8CAA0;
}
.AnyTagClassName
{
color: #D8CAA0;
}
</style>
background-color css
<style>
a { background-color: #D8CAA0; }
a { background-color: rgb(216,202,160); }
div.DivClassName
{
background-color: #D8CAA0;
}
.BgClassName
{
background-color: #D8CAA0;
}
</style>
border-color css
<style>
span { border-color: #D8CAA0; }
span { border-color: rgb(216,202,160); }
td.TdClassName
{
border-color: #D8CAA0;
}
.TagClassName
{
border-color: #D8CAA0;
}
</style>