Shades of Tahuna Sands #D8CA8E
Tints of Tahuna Sands #D8CA8E
RGB
CMYK
RGB Variations
Color information
#D8CA8E (or 0xD8CA8E) is known color: Tahuna Sands. HEX triplet: D8, CA and 8E. RGB value is (216,202,142). Sum of RGB (Red+Green+Blue) = 216+202+142=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CA8E is #273571. Grayscale: #C7C7C7. Windows color (decimal): -2569586 or 9358040. OLE color: 9358040.
HSL color Cylindrical-coordinate representation of color #D8CA8E: hue angle of 48.65º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8CA8E is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 142 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.15 |
| HSL | 48.65º | 0.49% | 0.7% | - |
| HSV(B) | 48.65º | 0.34% | 0.85% | - |
| XYZ | 54.32 | 58.79 | 34.08 | - |
| YUV | 199.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 142 | 0 | 0.06 | 0.34 | 0.15 | 48.65 | 0.49 | 0.7 |
| Hex | D8 | CA | 8E | 0 | 6 | 22 | F | 31 | 31 | 46 |
| Octal | 330 | 312 | 216 | 0 | 6 | 42 | 17 | 61 | 61 | 106 |
| Binary | 11011000 | 11001010 | 10001110 | 0 | 110 | 100010 | 1111 | 110001 | 110001 | 1000110 |
Color Harmonies of #D8CA8E
Complementary color
Monochromatic Colors of #D8CA8E
Black with #D8CA8E
Text Example
Text Example
White with #D8CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CA8E; }
p { color: rgb(216,202,142); }
H1.HeaderClassName
{
color: #D8CA8E;
}
.AnyTagClassName
{
color: #D8CA8E;
}
</style>
background-color css
<style>
a { background-color: #D8CA8E; }
a { background-color: rgb(216,202,142); }
div.DivClassName
{
background-color: #D8CA8E;
}
.BgClassName
{
background-color: #D8CA8E;
}
</style>
border-color css
<style>
span { border-color: #D8CA8E; }
span { border-color: rgb(216,202,142); }
td.TdClassName
{
border-color: #D8CA8E;
}
.TagClassName
{
border-color: #D8CA8E;
}
</style>