Shades of Tahuna Sands #D0CCA0
Tints of Tahuna Sands #D0CCA0
RGB
CMYK
RGB Variations
Color information
#D0CCA0 (or 0xD0CCA0) is known color: Tahuna Sands. HEX triplet: D0, CC and A0. RGB value is (208,204,160). Sum of RGB (Red+Green+Blue) = 208+204+160=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCA0 is #2F335F. Grayscale: #C8C8C8. Windows color (decimal): -3093344 or 10538192. OLE color: 10538192.
HSL color Cylindrical-coordinate representation of color #D0CCA0: hue angle of 55º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0CCA0 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 160 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.18 |
| HSL | 55º | 0.34% | 0.72% | - |
| HSV(B) | 55º | 0.23% | 0.82% | - |
| XYZ | 53.95 | 59.13 | 41.83 | - |
| YUV | 200.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 160 | 0 | 0.02 | 0.23 | 0.18 | 55 | 0.34 | 0.72 |
| Hex | D0 | CC | A0 | 0 | 2 | 17 | 12 | 37 | 22 | 48 |
| Octal | 320 | 314 | 240 | 0 | 2 | 27 | 22 | 67 | 42 | 110 |
| Binary | 11010000 | 11001100 | 10100000 | 0 | 10 | 10111 | 10010 | 110111 | 100010 | 1001000 |
Color Harmonies of #D0CCA0
Complementary color
Monochromatic Colors of #D0CCA0
Black with #D0CCA0
Text Example
Text Example
White with #D0CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCA0; }
p { color: rgb(208,204,160); }
H1.HeaderClassName
{
color: #D0CCA0;
}
.AnyTagClassName
{
color: #D0CCA0;
}
</style>
background-color css
<style>
a { background-color: #D0CCA0; }
a { background-color: rgb(208,204,160); }
div.DivClassName
{
background-color: #D0CCA0;
}
.BgClassName
{
background-color: #D0CCA0;
}
</style>
border-color css
<style>
span { border-color: #D0CCA0; }
span { border-color: rgb(208,204,160); }
td.TdClassName
{
border-color: #D0CCA0;
}
.TagClassName
{
border-color: #D0CCA0;
}
</style>