Shades of Tahuna Sands #D0CBA0
Tints of Tahuna Sands #D0CBA0
RGB
CMYK
RGB Variations
Color information
#D0CBA0 (or 0xD0CBA0) is known color: Tahuna Sands. HEX triplet: D0, CB and A0. RGB value is (208,203,160). Sum of RGB (Red+Green+Blue) = 208+203+160=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CBA0 is #2F345F. Grayscale: #C7C7C7. Windows color (decimal): -3093600 or 10537936. OLE color: 10537936.
HSL color Cylindrical-coordinate representation of color #D0CBA0: hue angle of 53.75º 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 #D0CBA0 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 160 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.18 |
| HSL | 53.75º | 0.34% | 0.72% | - |
| HSV(B) | 53.75º | 0.23% | 0.82% | - |
| XYZ | 53.71 | 58.66 | 41.75 | - |
| YUV | 199.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 160 | 0 | 0.02 | 0.23 | 0.18 | 53.75 | 0.34 | 0.72 |
| Hex | D0 | CB | A0 | 0 | 2 | 17 | 12 | 36 | 22 | 48 |
| Octal | 320 | 313 | 240 | 0 | 2 | 27 | 22 | 66 | 42 | 110 |
| Binary | 11010000 | 11001011 | 10100000 | 0 | 10 | 10111 | 10010 | 110110 | 100010 | 1001000 |
Color Harmonies of #D0CBA0
Complementary color
Monochromatic Colors of #D0CBA0
Black with #D0CBA0
Text Example
Text Example
White with #D0CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBA0; }
p { color: rgb(208,203,160); }
H1.HeaderClassName
{
color: #D0CBA0;
}
.AnyTagClassName
{
color: #D0CBA0;
}
</style>
background-color css
<style>
a { background-color: #D0CBA0; }
a { background-color: rgb(208,203,160); }
div.DivClassName
{
background-color: #D0CBA0;
}
.BgClassName
{
background-color: #D0CBA0;
}
</style>
border-color css
<style>
span { border-color: #D0CBA0; }
span { border-color: rgb(208,203,160); }
td.TdClassName
{
border-color: #D0CBA0;
}
.TagClassName
{
border-color: #D0CBA0;
}
</style>