Shades of Tahuna Sands #D0CB9F
Tints of Tahuna Sands #D0CB9F
RGB
CMYK
RGB Variations
Color information
#D0CB9F (or 0xD0CB9F) is known color: Tahuna Sands. HEX triplet: D0, CB and 9F. RGB value is (208,203,159). Sum of RGB (Red+Green+Blue) = 208+203+159=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB9F is #2F3460. Grayscale: #C7C7C7. Windows color (decimal): -3093601 or 10472400. OLE color: 10472400.
HSL color Cylindrical-coordinate representation of color #D0CB9F: hue angle of 53.88º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0CB9F is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 159 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.18 |
| HSL | 53.88º | 0.34% | 0.72% | - |
| HSV(B) | 53.88º | 0.24% | 0.82% | - |
| XYZ | 53.63 | 58.62 | 41.29 | - |
| YUV | 199.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 159 | 0 | 0.02 | 0.24 | 0.18 | 53.88 | 0.34 | 0.72 |
| Hex | D0 | CB | 9F | 0 | 2 | 18 | 12 | 36 | 22 | 48 |
| Octal | 320 | 313 | 237 | 0 | 2 | 30 | 22 | 66 | 42 | 110 |
| Binary | 11010000 | 11001011 | 10011111 | 0 | 10 | 11000 | 10010 | 110110 | 100010 | 1001000 |
Color Harmonies of #D0CB9F
Complementary color
Monochromatic Colors of #D0CB9F
Black with #D0CB9F
Text Example
Text Example
White with #D0CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB9F; }
p { color: rgb(208,203,159); }
H1.HeaderClassName
{
color: #D0CB9F;
}
.AnyTagClassName
{
color: #D0CB9F;
}
</style>
background-color css
<style>
a { background-color: #D0CB9F; }
a { background-color: rgb(208,203,159); }
div.DivClassName
{
background-color: #D0CB9F;
}
.BgClassName
{
background-color: #D0CB9F;
}
</style>
border-color css
<style>
span { border-color: #D0CB9F; }
span { border-color: rgb(208,203,159); }
td.TdClassName
{
border-color: #D0CB9F;
}
.TagClassName
{
border-color: #D0CB9F;
}
</style>