Shades of Tahuna Sands #D8CC9C
Tints of Tahuna Sands #D8CC9C
RGB
CMYK
RGB Variations
Color information
#D8CC9C (or 0xD8CC9C) is known color: Tahuna Sands. HEX triplet: D8, CC and 9C. RGB value is (216,204,156). Sum of RGB (Red+Green+Blue) = 216+204+156=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CC9C is #273363. Grayscale: #CACACA. Windows color (decimal): -2569060 or 10276056. OLE color: 10276056.
HSL color Cylindrical-coordinate representation of color #D8CC9C: hue angle of 48º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8CC9C is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 156 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.15 |
| HSL | 48º | 0.43% | 0.73% | - |
| HSV(B) | 48º | 0.28% | 0.85% | - |
| XYZ | 55.91 | 60.18 | 40.12 | - |
| YUV | 202.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 156 | 0 | 0.06 | 0.28 | 0.15 | 48 | 0.43 | 0.73 |
| Hex | D8 | CC | 9C | 0 | 6 | 1C | F | 30 | 2B | 49 |
| Octal | 330 | 314 | 234 | 0 | 6 | 34 | 17 | 60 | 53 | 111 |
| Binary | 11011000 | 11001100 | 10011100 | 0 | 110 | 11100 | 1111 | 110000 | 101011 | 1001001 |
Color Harmonies of #D8CC9C
Complementary color
Monochromatic Colors of #D8CC9C
Black with #D8CC9C
Text Example
Text Example
White with #D8CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC9C; }
p { color: rgb(216,204,156); }
H1.HeaderClassName
{
color: #D8CC9C;
}
.AnyTagClassName
{
color: #D8CC9C;
}
</style>
background-color css
<style>
a { background-color: #D8CC9C; }
a { background-color: rgb(216,204,156); }
div.DivClassName
{
background-color: #D8CC9C;
}
.BgClassName
{
background-color: #D8CC9C;
}
</style>
border-color css
<style>
span { border-color: #D8CC9C; }
span { border-color: rgb(216,204,156); }
td.TdClassName
{
border-color: #D8CC9C;
}
.TagClassName
{
border-color: #D8CC9C;
}
</style>