Shades of Tahuna Sands #D3D098
Tints of Tahuna Sands #D3D098
RGB
CMYK
RGB Variations
Color information
#D3D098 (or 0xD3D098) is known color: Tahuna Sands. HEX triplet: D3, D0 and 98. RGB value is (211,208,152). Sum of RGB (Red+Green+Blue) = 211+208+152=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D098 is #2C2F67. Grayscale: #CACACA. Windows color (decimal): -2895720 or 10014931. OLE color: 10014931.
HSL color Cylindrical-coordinate representation of color #D3D098: hue angle of 56.95º degrees, saturation: 0.4, 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 #D3D098 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 152 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.17 |
| HSL | 56.95º | 0.4% | 0.71% | - |
| HSV(B) | 56.95º | 0.28% | 0.83% | - |
| XYZ | 55.09 | 61.23 | 38.62 | - |
| YUV | 202.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 152 | 0 | 0.01 | 0.28 | 0.17 | 56.95 | 0.4 | 0.71 |
| Hex | D3 | D0 | 98 | 0 | 1 | 1C | 11 | 39 | 28 | 47 |
| Octal | 323 | 320 | 230 | 0 | 1 | 34 | 21 | 71 | 50 | 107 |
| Binary | 11010011 | 11010000 | 10011000 | 0 | 1 | 11100 | 10001 | 111001 | 101000 | 1000111 |
Color Harmonies of #D3D098
Complementary color
Monochromatic Colors of #D3D098
Black with #D3D098
Text Example
Text Example
White with #D3D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D098; }
p { color: rgb(211,208,152); }
H1.HeaderClassName
{
color: #D3D098;
}
.AnyTagClassName
{
color: #D3D098;
}
</style>
background-color css
<style>
a { background-color: #D3D098; }
a { background-color: rgb(211,208,152); }
div.DivClassName
{
background-color: #D3D098;
}
.BgClassName
{
background-color: #D3D098;
}
</style>
border-color css
<style>
span { border-color: #D3D098; }
span { border-color: rgb(211,208,152); }
td.TdClassName
{
border-color: #D3D098;
}
.TagClassName
{
border-color: #D3D098;
}
</style>