Shades of Tahuna Sands #D8D498
Tints of Tahuna Sands #D8D498
RGB
CMYK
RGB Variations
Color information
#D8D498 (or 0xD8D498) is known color: Tahuna Sands. HEX triplet: D8, D4 and 98. RGB value is (216,212,152). Sum of RGB (Red+Green+Blue) = 216+212+152=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D498 is #272B67. Grayscale: #CECECE. Windows color (decimal): -2567016 or 10015960. OLE color: 10015960.
HSL color Cylindrical-coordinate representation of color #D8D498: hue angle of 56.25º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8D498 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 152 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.15 |
| HSL | 56.25º | 0.45% | 0.72% | - |
| HSV(B) | 56.25º | 0.3% | 0.85% | - |
| XYZ | 57.53 | 63.95 | 39.02 | - |
| YUV | 206.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 152 | 0 | 0.02 | 0.30 | 0.15 | 56.25 | 0.45 | 0.72 |
| Hex | D8 | D4 | 98 | 0 | 2 | 1E | F | 38 | 2D | 48 |
| Octal | 330 | 324 | 230 | 0 | 2 | 36 | 17 | 70 | 55 | 110 |
| Binary | 11011000 | 11010100 | 10011000 | 0 | 10 | 11110 | 1111 | 111000 | 101101 | 1001000 |
Color Harmonies of #D8D498
Complementary color
Monochromatic Colors of #D8D498
Black with #D8D498
Text Example
Text Example
White with #D8D498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D498; }
p { color: rgb(216,212,152); }
H1.HeaderClassName
{
color: #D8D498;
}
.AnyTagClassName
{
color: #D8D498;
}
</style>
background-color css
<style>
a { background-color: #D8D498; }
a { background-color: rgb(216,212,152); }
div.DivClassName
{
background-color: #D8D498;
}
.BgClassName
{
background-color: #D8D498;
}
</style>
border-color css
<style>
span { border-color: #D8D498; }
span { border-color: rgb(216,212,152); }
td.TdClassName
{
border-color: #D8D498;
}
.TagClassName
{
border-color: #D8D498;
}
</style>