Shades of Tahuna Sands #D2D49B
Tints of Tahuna Sands #D2D49B
RGB
CMYK
RGB Variations
Color information
#D2D49B (or 0xD2D49B) is known color: Tahuna Sands. HEX triplet: D2, D4 and 9B. RGB value is (210,212,155). Sum of RGB (Red+Green+Blue) = 210+212+155=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D49B is #2D2B64. Grayscale: #CDCDCD. Windows color (decimal): -2960229 or 10212562. OLE color: 10212562.
HSL color Cylindrical-coordinate representation of color #D2D49B: hue angle of 62.11º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2D49B is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 155 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.17 |
| HSL | 62.11º | 0.4% | 0.72% | - |
| HSV(B) | 62.11º | 0.27% | 0.83% | - |
| XYZ | 56.04 | 63.16 | 40.25 | - |
| YUV | 204.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 155 | 0.01 | 0 | 0.27 | 0.17 | 62.11 | 0.4 | 0.72 |
| Hex | D2 | D4 | 9B | 1 | 0 | 1B | 11 | 3E | 28 | 48 |
| Octal | 322 | 324 | 233 | 1 | 0 | 33 | 21 | 76 | 50 | 110 |
| Binary | 11010010 | 11010100 | 10011011 | 1 | 0 | 11011 | 10001 | 111110 | 101000 | 1001000 |
Color Harmonies of #D2D49B
Complementary color
Monochromatic Colors of #D2D49B
Black with #D2D49B
Text Example
Text Example
White with #D2D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D49B; }
p { color: rgb(210,212,155); }
H1.HeaderClassName
{
color: #D2D49B;
}
.AnyTagClassName
{
color: #D2D49B;
}
</style>
background-color css
<style>
a { background-color: #D2D49B; }
a { background-color: rgb(210,212,155); }
div.DivClassName
{
background-color: #D2D49B;
}
.BgClassName
{
background-color: #D2D49B;
}
</style>
border-color css
<style>
span { border-color: #D2D49B; }
span { border-color: rgb(210,212,155); }
td.TdClassName
{
border-color: #D2D49B;
}
.TagClassName
{
border-color: #D2D49B;
}
</style>