Shades of Tahuna Sands #D2D49A
Tints of Tahuna Sands #D2D49A
RGB
CMYK
RGB Variations
Color information
#D2D49A (or 0xD2D49A) is known color: Tahuna Sands. HEX triplet: D2, D4 and 9A. RGB value is (210,212,154). Sum of RGB (Red+Green+Blue) = 210+212+154=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D49A is #2D2B65. Grayscale: #CDCDCD. Windows color (decimal): -2960230 or 10147026. OLE color: 10147026.
HSL color Cylindrical-coordinate representation of color #D2D49A: hue angle of 62.07º 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 #D2D49A is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 154 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.17 |
| HSL | 62.07º | 0.4% | 0.72% | - |
| HSV(B) | 62.07º | 0.27% | 0.83% | - |
| XYZ | 55.95 | 63.12 | 39.81 | - |
| YUV | 204.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 154 | 0.01 | 0 | 0.27 | 0.17 | 62.07 | 0.4 | 0.72 |
| Hex | D2 | D4 | 9A | 1 | 0 | 1B | 11 | 3E | 28 | 48 |
| Octal | 322 | 324 | 232 | 1 | 0 | 33 | 21 | 76 | 50 | 110 |
| Binary | 11010010 | 11010100 | 10011010 | 1 | 0 | 11011 | 10001 | 111110 | 101000 | 1001000 |
Color Harmonies of #D2D49A
Complementary color
Monochromatic Colors of #D2D49A
Black with #D2D49A
Text Example
Text Example
White with #D2D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D49A; }
p { color: rgb(210,212,154); }
H1.HeaderClassName
{
color: #D2D49A;
}
.AnyTagClassName
{
color: #D2D49A;
}
</style>
background-color css
<style>
a { background-color: #D2D49A; }
a { background-color: rgb(210,212,154); }
div.DivClassName
{
background-color: #D2D49A;
}
.BgClassName
{
background-color: #D2D49A;
}
</style>
border-color css
<style>
span { border-color: #D2D49A; }
span { border-color: rgb(210,212,154); }
td.TdClassName
{
border-color: #D2D49A;
}
.TagClassName
{
border-color: #D2D49A;
}
</style>