Shades of Tahuna Sands #D2C795
Tints of Tahuna Sands #D2C795
RGB
CMYK
RGB Variations
Color information
#D2C795 (or 0xD2C795) is known color: Tahuna Sands. HEX triplet: D2, C7 and 95. RGB value is (210,199,149). Sum of RGB (Red+Green+Blue) = 210+199+149=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C795 is #2D386A. Grayscale: #C4C4C4. Windows color (decimal): -2963563 or 9816018. OLE color: 9816018.
HSL color Cylindrical-coordinate representation of color #D2C795: hue angle of 49.18º 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 #D2C795 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 149 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.18 |
| HSL | 49.18º | 0.4% | 0.7% | - |
| HSV(B) | 49.18º | 0.29% | 0.82% | - |
| XYZ | 52.43 | 56.72 | 36.62 | - |
| YUV | 196.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 149 | 0 | 0.05 | 0.29 | 0.18 | 49.18 | 0.4 | 0.7 |
| Hex | D2 | C7 | 95 | 0 | 5 | 1D | 12 | 31 | 28 | 46 |
| Octal | 322 | 307 | 225 | 0 | 5 | 35 | 22 | 61 | 50 | 106 |
| Binary | 11010010 | 11000111 | 10010101 | 0 | 101 | 11101 | 10010 | 110001 | 101000 | 1000110 |
Color Harmonies of #D2C795
Complementary color
Monochromatic Colors of #D2C795
Black with #D2C795
Text Example
Text Example
White with #D2C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C795; }
p { color: rgb(210,199,149); }
H1.HeaderClassName
{
color: #D2C795;
}
.AnyTagClassName
{
color: #D2C795;
}
</style>
background-color css
<style>
a { background-color: #D2C795; }
a { background-color: rgb(210,199,149); }
div.DivClassName
{
background-color: #D2C795;
}
.BgClassName
{
background-color: #D2C795;
}
</style>
border-color css
<style>
span { border-color: #D2C795; }
span { border-color: rgb(210,199,149); }
td.TdClassName
{
border-color: #D2C795;
}
.TagClassName
{
border-color: #D2C795;
}
</style>