Shades of Tahuna Sands #D4D298
Tints of Tahuna Sands #D4D298
RGB
CMYK
RGB Variations
Color information
#D4D298 (or 0xD4D298) is known color: Tahuna Sands. HEX triplet: D4, D2 and 98. RGB value is (212,210,152). Sum of RGB (Red+Green+Blue) = 212+210+152=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D298 is #2B2D67. Grayscale: #CCCCCC. Windows color (decimal): -2829672 or 10015444. OLE color: 10015444.
HSL color Cylindrical-coordinate representation of color #D4D298: hue angle of 58º 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 #D4D298 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 152 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.17 |
| HSL | 58º | 0.41% | 0.71% | - |
| HSV(B) | 58º | 0.28% | 0.83% | - |
| XYZ | 55.87 | 62.36 | 38.8 | - |
| YUV | 203.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 152 | 0 | 0.01 | 0.28 | 0.17 | 58 | 0.41 | 0.71 |
| Hex | D4 | D2 | 98 | 0 | 1 | 1C | 11 | 3A | 29 | 47 |
| Octal | 324 | 322 | 230 | 0 | 1 | 34 | 21 | 72 | 51 | 107 |
| Binary | 11010100 | 11010010 | 10011000 | 0 | 1 | 11100 | 10001 | 111010 | 101001 | 1000111 |
Color Harmonies of #D4D298
Complementary color
Monochromatic Colors of #D4D298
Black with #D4D298
Text Example
Text Example
White with #D4D298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D298; }
p { color: rgb(212,210,152); }
H1.HeaderClassName
{
color: #D4D298;
}
.AnyTagClassName
{
color: #D4D298;
}
</style>
background-color css
<style>
a { background-color: #D4D298; }
a { background-color: rgb(212,210,152); }
div.DivClassName
{
background-color: #D4D298;
}
.BgClassName
{
background-color: #D4D298;
}
</style>
border-color css
<style>
span { border-color: #D4D298; }
span { border-color: rgb(212,210,152); }
td.TdClassName
{
border-color: #D4D298;
}
.TagClassName
{
border-color: #D4D298;
}
</style>