Shades of Tahuna Sands #D2D498
Tints of Tahuna Sands #D2D498
RGB
CMYK
RGB Variations
Color information
#D2D498 (or 0xD2D498) is known color: Tahuna Sands. HEX triplet: D2, D4 and 98. RGB value is (210,212,152). Sum of RGB (Red+Green+Blue) = 210+212+152=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D498 is #2D2B67. Grayscale: #CCCCCC. Windows color (decimal): -2960232 or 10015954. OLE color: 10015954.
HSL color Cylindrical-coordinate representation of color #D2D498: hue angle of 62º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2D498 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 152 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.17 |
| HSL | 62º | 0.41% | 0.71% | - |
| HSV(B) | 62º | 0.28% | 0.83% | - |
| XYZ | 55.79 | 63.06 | 38.94 | - |
| YUV | 204.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 152 | 0.01 | 0 | 0.28 | 0.17 | 62 | 0.41 | 0.71 |
| Hex | D2 | D4 | 98 | 1 | 0 | 1C | 11 | 3E | 29 | 47 |
| Octal | 322 | 324 | 230 | 1 | 0 | 34 | 21 | 76 | 51 | 107 |
| Binary | 11010010 | 11010100 | 10011000 | 1 | 0 | 11100 | 10001 | 111110 | 101001 | 1000111 |
Color Harmonies of #D2D498
Complementary color
Monochromatic Colors of #D2D498
Black with #D2D498
Text Example
Text Example
White with #D2D498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D498; }
p { color: rgb(210,212,152); }
H1.HeaderClassName
{
color: #D2D498;
}
.AnyTagClassName
{
color: #D2D498;
}
</style>
background-color css
<style>
a { background-color: #D2D498; }
a { background-color: rgb(210,212,152); }
div.DivClassName
{
background-color: #D2D498;
}
.BgClassName
{
background-color: #D2D498;
}
</style>
border-color css
<style>
span { border-color: #D2D498; }
span { border-color: rgb(210,212,152); }
td.TdClassName
{
border-color: #D2D498;
}
.TagClassName
{
border-color: #D2D498;
}
</style>