Shades of Tahuna Sands #D8CC8F
Tints of Tahuna Sands #D8CC8F
RGB
CMYK
RGB Variations
Color information
#D8CC8F (or 0xD8CC8F) is known color: Tahuna Sands. HEX triplet: D8, CC and 8F. RGB value is (216,204,143). Sum of RGB (Red+Green+Blue) = 216+204+143=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CC8F is #273370. Grayscale: #C8C8C8. Windows color (decimal): -2569073 or 9424088. OLE color: 9424088.
HSL color Cylindrical-coordinate representation of color #D8CC8F: hue angle of 50.14º 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 #D8CC8F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 143 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.15 |
| HSL | 50.14º | 0.48% | 0.7% | - |
| HSV(B) | 50.14º | 0.34% | 0.85% | - |
| XYZ | 54.87 | 59.77 | 34.63 | - |
| YUV | 200.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 143 | 0 | 0.06 | 0.34 | 0.15 | 50.14 | 0.48 | 0.7 |
| Hex | D8 | CC | 8F | 0 | 6 | 22 | F | 32 | 30 | 46 |
| Octal | 330 | 314 | 217 | 0 | 6 | 42 | 17 | 62 | 60 | 106 |
| Binary | 11011000 | 11001100 | 10001111 | 0 | 110 | 100010 | 1111 | 110010 | 110000 | 1000110 |
Color Harmonies of #D8CC8F
Complementary color
Monochromatic Colors of #D8CC8F
Black with #D8CC8F
Text Example
Text Example
White with #D8CC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC8F; }
p { color: rgb(216,204,143); }
H1.HeaderClassName
{
color: #D8CC8F;
}
.AnyTagClassName
{
color: #D8CC8F;
}
</style>
background-color css
<style>
a { background-color: #D8CC8F; }
a { background-color: rgb(216,204,143); }
div.DivClassName
{
background-color: #D8CC8F;
}
.BgClassName
{
background-color: #D8CC8F;
}
</style>
border-color css
<style>
span { border-color: #D8CC8F; }
span { border-color: rgb(216,204,143); }
td.TdClassName
{
border-color: #D8CC8F;
}
.TagClassName
{
border-color: #D8CC8F;
}
</style>