Shades of Tahuna Sands #D0CC96
Tints of Tahuna Sands #D0CC96
RGB
CMYK
RGB Variations
Color information
#D0CC96 (or 0xD0CC96) is known color: Tahuna Sands. HEX triplet: D0, CC and 96. RGB value is (208,204,150). Sum of RGB (Red+Green+Blue) = 208+204+150=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC96 is #2F3369. Grayscale: #C7C7C7. Windows color (decimal): -3093354 or 9882832. OLE color: 9882832.
HSL color Cylindrical-coordinate representation of color #D0CC96: hue angle of 55.86º 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 #D0CC96 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 150 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.18 |
| HSL | 55.86º | 0.38% | 0.7% | - |
| HSV(B) | 55.86º | 0.28% | 0.82% | - |
| XYZ | 53.11 | 58.8 | 37.4 | - |
| YUV | 199.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 150 | 0 | 0.02 | 0.28 | 0.18 | 55.86 | 0.38 | 0.7 |
| Hex | D0 | CC | 96 | 0 | 2 | 1C | 12 | 38 | 26 | 46 |
| Octal | 320 | 314 | 226 | 0 | 2 | 34 | 22 | 70 | 46 | 106 |
| Binary | 11010000 | 11001100 | 10010110 | 0 | 10 | 11100 | 10010 | 111000 | 100110 | 1000110 |
Color Harmonies of #D0CC96
Complementary color
Monochromatic Colors of #D0CC96
Black with #D0CC96
Text Example
Text Example
White with #D0CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC96; }
p { color: rgb(208,204,150); }
H1.HeaderClassName
{
color: #D0CC96;
}
.AnyTagClassName
{
color: #D0CC96;
}
</style>
background-color css
<style>
a { background-color: #D0CC96; }
a { background-color: rgb(208,204,150); }
div.DivClassName
{
background-color: #D0CC96;
}
.BgClassName
{
background-color: #D0CC96;
}
</style>
border-color css
<style>
span { border-color: #D0CC96; }
span { border-color: rgb(208,204,150); }
td.TdClassName
{
border-color: #D0CC96;
}
.TagClassName
{
border-color: #D0CC96;
}
</style>