Shades of Tahuna Sands #D8CB9D
Tints of Tahuna Sands #D8CB9D
RGB
CMYK
RGB Variations
Color information
#D8CB9D (or 0xD8CB9D) is known color: Tahuna Sands. HEX triplet: D8, CB and 9D. RGB value is (216,203,157). Sum of RGB (Red+Green+Blue) = 216+203+157=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CB9D is #273462. Grayscale: #C9C9C9. Windows color (decimal): -2569315 or 10341336. OLE color: 10341336.
HSL color Cylindrical-coordinate representation of color #D8CB9D: hue angle of 46.78º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8CB9D is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 157 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.15 |
| HSL | 46.78º | 0.43% | 0.73% | - |
| HSV(B) | 46.78º | 0.27% | 0.85% | - |
| XYZ | 55.76 | 59.75 | 40.49 | - |
| YUV | 201.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 157 | 0 | 0.06 | 0.27 | 0.15 | 46.78 | 0.43 | 0.73 |
| Hex | D8 | CB | 9D | 0 | 6 | 1B | F | 2F | 2B | 49 |
| Octal | 330 | 313 | 235 | 0 | 6 | 33 | 17 | 57 | 53 | 111 |
| Binary | 11011000 | 11001011 | 10011101 | 0 | 110 | 11011 | 1111 | 101111 | 101011 | 1001001 |
Color Harmonies of #D8CB9D
Complementary color
Monochromatic Colors of #D8CB9D
Black with #D8CB9D
Text Example
Text Example
White with #D8CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB9D; }
p { color: rgb(216,203,157); }
H1.HeaderClassName
{
color: #D8CB9D;
}
.AnyTagClassName
{
color: #D8CB9D;
}
</style>
background-color css
<style>
a { background-color: #D8CB9D; }
a { background-color: rgb(216,203,157); }
div.DivClassName
{
background-color: #D8CB9D;
}
.BgClassName
{
background-color: #D8CB9D;
}
</style>
border-color css
<style>
span { border-color: #D8CB9D; }
span { border-color: rgb(216,203,157); }
td.TdClassName
{
border-color: #D8CB9D;
}
.TagClassName
{
border-color: #D8CB9D;
}
</style>