Shades of Tahuna Sands #D7D08F
Tints of Tahuna Sands #D7D08F
RGB
CMYK
RGB Variations
Color information
#D7D08F (or 0xD7D08F) is known color: Tahuna Sands. HEX triplet: D7, D0 and 8F. RGB value is (215,208,143). Sum of RGB (Red+Green+Blue) = 215+208+143=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D08F is #282F70. Grayscale: #CACACA. Windows color (decimal): -2633585 or 9425111. OLE color: 9425111.
HSL color Cylindrical-coordinate representation of color #D7D08F: hue angle of 54.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7D08F is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 143 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.16 |
| HSL | 54.17º | 0.47% | 0.7% | - |
| HSV(B) | 54.17º | 0.33% | 0.84% | - |
| XYZ | 55.54 | 61.54 | 34.94 | - |
| YUV | 202.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 143 | 0 | 0.03 | 0.33 | 0.16 | 54.17 | 0.47 | 0.7 |
| Hex | D7 | D0 | 8F | 0 | 3 | 21 | 10 | 36 | 2F | 46 |
| Octal | 327 | 320 | 217 | 0 | 3 | 41 | 20 | 66 | 57 | 106 |
| Binary | 11010111 | 11010000 | 10001111 | 0 | 11 | 100001 | 10000 | 110110 | 101111 | 1000110 |
Color Harmonies of #D7D08F
Complementary color
Monochromatic Colors of #D7D08F
Black with #D7D08F
Text Example
Text Example
White with #D7D08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D08F; }
p { color: rgb(215,208,143); }
H1.HeaderClassName
{
color: #D7D08F;
}
.AnyTagClassName
{
color: #D7D08F;
}
</style>
background-color css
<style>
a { background-color: #D7D08F; }
a { background-color: rgb(215,208,143); }
div.DivClassName
{
background-color: #D7D08F;
}
.BgClassName
{
background-color: #D7D08F;
}
</style>
border-color css
<style>
span { border-color: #D7D08F; }
span { border-color: rgb(215,208,143); }
td.TdClassName
{
border-color: #D7D08F;
}
.TagClassName
{
border-color: #D7D08F;
}
</style>