Shades of Tahuna Sands #D8CF8F
Tints of Tahuna Sands #D8CF8F
RGB
CMYK
RGB Variations
Color information
#D8CF8F (or 0xD8CF8F) is known color: Tahuna Sands. HEX triplet: D8, CF and 8F. RGB value is (216,207,143). Sum of RGB (Red+Green+Blue) = 216+207+143=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CF8F is #273070. Grayscale: #CACACA. Windows color (decimal): -2568305 or 9424856. OLE color: 9424856.
HSL color Cylindrical-coordinate representation of color #D8CF8F: hue angle of 52.6º degrees, saturation: 0.48, 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 #D8CF8F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 143 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.15 |
| HSL | 52.6º | 0.48% | 0.7% | - |
| HSV(B) | 52.6º | 0.34% | 0.85% | - |
| XYZ | 55.59 | 61.21 | 34.87 | - |
| YUV | 202.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 143 | 0 | 0.04 | 0.34 | 0.15 | 52.6 | 0.48 | 0.7 |
| Hex | D8 | CF | 8F | 0 | 4 | 22 | F | 35 | 30 | 46 |
| Octal | 330 | 317 | 217 | 0 | 4 | 42 | 17 | 65 | 60 | 106 |
| Binary | 11011000 | 11001111 | 10001111 | 0 | 100 | 100010 | 1111 | 110101 | 110000 | 1000110 |
Color Harmonies of #D8CF8F
Complementary color
Monochromatic Colors of #D8CF8F
Black with #D8CF8F
Text Example
Text Example
White with #D8CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF8F; }
p { color: rgb(216,207,143); }
H1.HeaderClassName
{
color: #D8CF8F;
}
.AnyTagClassName
{
color: #D8CF8F;
}
</style>
background-color css
<style>
a { background-color: #D8CF8F; }
a { background-color: rgb(216,207,143); }
div.DivClassName
{
background-color: #D8CF8F;
}
.BgClassName
{
background-color: #D8CF8F;
}
</style>
border-color css
<style>
span { border-color: #D8CF8F; }
span { border-color: rgb(216,207,143); }
td.TdClassName
{
border-color: #D8CF8F;
}
.TagClassName
{
border-color: #D8CF8F;
}
</style>