Shades of Tahuna Sands #D2C495
Tints of Tahuna Sands #D2C495
RGB
CMYK
RGB Variations
Color information
#D2C495 (or 0xD2C495) is known color: Tahuna Sands. HEX triplet: D2, C4 and 95. RGB value is (210,196,149). Sum of RGB (Red+Green+Blue) = 210+196+149=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C495 is #2D3B6A. Grayscale: #C3C3C3. Windows color (decimal): -2964331 or 9815250. OLE color: 9815250.
HSL color Cylindrical-coordinate representation of color #D2C495: hue angle of 46.23º 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 #D2C495 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 149 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.18 |
| HSL | 46.23º | 0.4% | 0.7% | - |
| HSV(B) | 46.23º | 0.29% | 0.82% | - |
| XYZ | 51.74 | 55.35 | 36.39 | - |
| YUV | 194.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 149 | 0 | 0.07 | 0.29 | 0.18 | 46.23 | 0.4 | 0.7 |
| Hex | D2 | C4 | 95 | 0 | 7 | 1D | 12 | 2E | 28 | 46 |
| Octal | 322 | 304 | 225 | 0 | 7 | 35 | 22 | 56 | 50 | 106 |
| Binary | 11010010 | 11000100 | 10010101 | 0 | 111 | 11101 | 10010 | 101110 | 101000 | 1000110 |
Color Harmonies of #D2C495
Complementary color
Monochromatic Colors of #D2C495
Black with #D2C495
Text Example
Text Example
White with #D2C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C495; }
p { color: rgb(210,196,149); }
H1.HeaderClassName
{
color: #D2C495;
}
.AnyTagClassName
{
color: #D2C495;
}
</style>
background-color css
<style>
a { background-color: #D2C495; }
a { background-color: rgb(210,196,149); }
div.DivClassName
{
background-color: #D2C495;
}
.BgClassName
{
background-color: #D2C495;
}
</style>
border-color css
<style>
span { border-color: #D2C495; }
span { border-color: rgb(210,196,149); }
td.TdClassName
{
border-color: #D2C495;
}
.TagClassName
{
border-color: #D2C495;
}
</style>