Shades of Tahuna Sands #D0CA96
Tints of Tahuna Sands #D0CA96
RGB
CMYK
RGB Variations
Color information
#D0CA96 (or 0xD0CA96) is known color: Tahuna Sands. HEX triplet: D0, CA and 96. RGB value is (208,202,150). Sum of RGB (Red+Green+Blue) = 208+202+150=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA96 is #2F3569. Grayscale: #C6C6C6. Windows color (decimal): -3093866 or 9882320. OLE color: 9882320.
HSL color Cylindrical-coordinate representation of color #D0CA96: hue angle of 53.79º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0CA96 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 150 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.18 |
| HSL | 53.79º | 0.38% | 0.7% | - |
| HSV(B) | 53.79º | 0.28% | 0.82% | - |
| XYZ | 52.64 | 57.85 | 37.25 | - |
| YUV | 197.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 150 | 0 | 0.03 | 0.28 | 0.18 | 53.79 | 0.38 | 0.7 |
| Hex | D0 | CA | 96 | 0 | 3 | 1C | 12 | 36 | 26 | 46 |
| Octal | 320 | 312 | 226 | 0 | 3 | 34 | 22 | 66 | 46 | 106 |
| Binary | 11010000 | 11001010 | 10010110 | 0 | 11 | 11100 | 10010 | 110110 | 100110 | 1000110 |
Color Harmonies of #D0CA96
Complementary color
Monochromatic Colors of #D0CA96
Black with #D0CA96
Text Example
Text Example
White with #D0CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA96; }
p { color: rgb(208,202,150); }
H1.HeaderClassName
{
color: #D0CA96;
}
.AnyTagClassName
{
color: #D0CA96;
}
</style>
background-color css
<style>
a { background-color: #D0CA96; }
a { background-color: rgb(208,202,150); }
div.DivClassName
{
background-color: #D0CA96;
}
.BgClassName
{
background-color: #D0CA96;
}
</style>
border-color css
<style>
span { border-color: #D0CA96; }
span { border-color: rgb(208,202,150); }
td.TdClassName
{
border-color: #D0CA96;
}
.TagClassName
{
border-color: #D0CA96;
}
</style>