Shades of Tahuna Sands #D2C995
Tints of Tahuna Sands #D2C995
RGB
CMYK
RGB Variations
Color information
#D2C995 (or 0xD2C995) is known color: Tahuna Sands. HEX triplet: D2, C9 and 95. RGB value is (210,201,149). Sum of RGB (Red+Green+Blue) = 210+201+149=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C995 is #2D366A. Grayscale: #C5C5C5. Windows color (decimal): -2963051 or 9816530. OLE color: 9816530.
HSL color Cylindrical-coordinate representation of color #D2C995: hue angle of 51.15º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2C995 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 149 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.18 |
| HSL | 51.15º | 0.4% | 0.7% | - |
| HSV(B) | 51.15º | 0.29% | 0.82% | - |
| XYZ | 52.89 | 57.64 | 36.77 | - |
| YUV | 197.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 149 | 0 | 0.04 | 0.29 | 0.18 | 51.15 | 0.4 | 0.7 |
| Hex | D2 | C9 | 95 | 0 | 4 | 1D | 12 | 33 | 28 | 46 |
| Octal | 322 | 311 | 225 | 0 | 4 | 35 | 22 | 63 | 50 | 106 |
| Binary | 11010010 | 11001001 | 10010101 | 0 | 100 | 11101 | 10010 | 110011 | 101000 | 1000110 |
Color Harmonies of #D2C995
Complementary color
Monochromatic Colors of #D2C995
Black with #D2C995
Text Example
Text Example
White with #D2C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C995; }
p { color: rgb(210,201,149); }
H1.HeaderClassName
{
color: #D2C995;
}
.AnyTagClassName
{
color: #D2C995;
}
</style>
background-color css
<style>
a { background-color: #D2C995; }
a { background-color: rgb(210,201,149); }
div.DivClassName
{
background-color: #D2C995;
}
.BgClassName
{
background-color: #D2C995;
}
</style>
border-color css
<style>
span { border-color: #D2C995; }
span { border-color: rgb(210,201,149); }
td.TdClassName
{
border-color: #D2C995;
}
.TagClassName
{
border-color: #D2C995;
}
</style>