Shades of Tahuna Sands #D0C998
Tints of Tahuna Sands #D0C998
RGB
CMYK
RGB Variations
Color information
#D0C998 (or 0xD0C998) is known color: Tahuna Sands. HEX triplet: D0, C9 and 98. RGB value is (208,201,152). Sum of RGB (Red+Green+Blue) = 208+201+152=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C998 is #2F3667. Grayscale: #C5C5C5. Windows color (decimal): -3094120 or 10013136. OLE color: 10013136.
HSL color Cylindrical-coordinate representation of color #D0C998: hue angle of 52.5º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0C998 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 152 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.18 |
| HSL | 52.5º | 0.37% | 0.71% | - |
| HSV(B) | 52.5º | 0.27% | 0.82% | - |
| XYZ | 52.57 | 57.45 | 38.02 | - |
| YUV | 197.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 152 | 0 | 0.03 | 0.27 | 0.18 | 52.5 | 0.37 | 0.71 |
| Hex | D0 | C9 | 98 | 0 | 3 | 1B | 12 | 34 | 25 | 47 |
| Octal | 320 | 311 | 230 | 0 | 3 | 33 | 22 | 64 | 45 | 107 |
| Binary | 11010000 | 11001001 | 10011000 | 0 | 11 | 11011 | 10010 | 110100 | 100101 | 1000111 |
Color Harmonies of #D0C998
Complementary color
Monochromatic Colors of #D0C998
Black with #D0C998
Text Example
Text Example
White with #D0C998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C998; }
p { color: rgb(208,201,152); }
H1.HeaderClassName
{
color: #D0C998;
}
.AnyTagClassName
{
color: #D0C998;
}
</style>
background-color css
<style>
a { background-color: #D0C998; }
a { background-color: rgb(208,201,152); }
div.DivClassName
{
background-color: #D0C998;
}
.BgClassName
{
background-color: #D0C998;
}
</style>
border-color css
<style>
span { border-color: #D0C998; }
span { border-color: rgb(208,201,152); }
td.TdClassName
{
border-color: #D0C998;
}
.TagClassName
{
border-color: #D0C998;
}
</style>