Shades of Tahuna Sands #D0C599
Tints of Tahuna Sands #D0C599
RGB
CMYK
RGB Variations
Color information
#D0C599 (or 0xD0C599) is known color: Tahuna Sands. HEX triplet: D0, C5 and 99. RGB value is (208,197,153). Sum of RGB (Red+Green+Blue) = 208+197+153=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C599 is #2F3A66. Grayscale: #C3C3C3. Windows color (decimal): -3095143 or 10077648. OLE color: 10077648.
HSL color Cylindrical-coordinate representation of color #D0C599: hue angle of 48º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0C599 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 153 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.18 |
| HSL | 48º | 0.37% | 0.71% | - |
| HSV(B) | 48º | 0.26% | 0.82% | - |
| XYZ | 51.73 | 55.64 | 38.15 | - |
| YUV | 195.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 153 | 0 | 0.05 | 0.26 | 0.18 | 48 | 0.37 | 0.71 |
| Hex | D0 | C5 | 99 | 0 | 5 | 1A | 12 | 30 | 25 | 47 |
| Octal | 320 | 305 | 231 | 0 | 5 | 32 | 22 | 60 | 45 | 107 |
| Binary | 11010000 | 11000101 | 10011001 | 0 | 101 | 11010 | 10010 | 110000 | 100101 | 1000111 |
Color Harmonies of #D0C599
Complementary color
Monochromatic Colors of #D0C599
Black with #D0C599
Text Example
Text Example
White with #D0C599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C599; }
p { color: rgb(208,197,153); }
H1.HeaderClassName
{
color: #D0C599;
}
.AnyTagClassName
{
color: #D0C599;
}
</style>
background-color css
<style>
a { background-color: #D0C599; }
a { background-color: rgb(208,197,153); }
div.DivClassName
{
background-color: #D0C599;
}
.BgClassName
{
background-color: #D0C599;
}
</style>
border-color css
<style>
span { border-color: #D0C599; }
span { border-color: rgb(208,197,153); }
td.TdClassName
{
border-color: #D0C599;
}
.TagClassName
{
border-color: #D0C599;
}
</style>