Shades of Tahuna Sands #D8CB9C
Tints of Tahuna Sands #D8CB9C
RGB
CMYK
RGB Variations
Color information
#D8CB9C (or 0xD8CB9C) is known color: Tahuna Sands. HEX triplet: D8, CB and 9C. RGB value is (216,203,156). Sum of RGB (Red+Green+Blue) = 216+203+156=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CB9C is #273463. Grayscale: #C9C9C9. Windows color (decimal): -2569316 or 10275800. OLE color: 10275800.
HSL color Cylindrical-coordinate representation of color #D8CB9C: hue angle of 47º 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 #D8CB9C is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 156 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.15 |
| HSL | 47º | 0.43% | 0.73% | - |
| HSV(B) | 47º | 0.28% | 0.85% | - |
| XYZ | 55.68 | 59.71 | 40.04 | - |
| YUV | 201.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 156 | 0 | 0.06 | 0.28 | 0.15 | 47 | 0.43 | 0.73 |
| Hex | D8 | CB | 9C | 0 | 6 | 1C | F | 2F | 2B | 49 |
| Octal | 330 | 313 | 234 | 0 | 6 | 34 | 17 | 57 | 53 | 111 |
| Binary | 11011000 | 11001011 | 10011100 | 0 | 110 | 11100 | 1111 | 101111 | 101011 | 1001001 |
Color Harmonies of #D8CB9C
Complementary color
Monochromatic Colors of #D8CB9C
Black with #D8CB9C
Text Example
Text Example
White with #D8CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB9C; }
p { color: rgb(216,203,156); }
H1.HeaderClassName
{
color: #D8CB9C;
}
.AnyTagClassName
{
color: #D8CB9C;
}
</style>
background-color css
<style>
a { background-color: #D8CB9C; }
a { background-color: rgb(216,203,156); }
div.DivClassName
{
background-color: #D8CB9C;
}
.BgClassName
{
background-color: #D8CB9C;
}
</style>
border-color css
<style>
span { border-color: #D8CB9C; }
span { border-color: rgb(216,203,156); }
td.TdClassName
{
border-color: #D8CB9C;
}
.TagClassName
{
border-color: #D8CB9C;
}
</style>