Shades of Tahuna Sands #D7D293
Tints of Tahuna Sands #D7D293
RGB
CMYK
RGB Variations
Color information
#D7D293 (or 0xD7D293) is known color: Tahuna Sands. HEX triplet: D7, D2 and 93. RGB value is (215,210,147). Sum of RGB (Red+Green+Blue) = 215+210+147=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D293 is #282D6C. Grayscale: #CCCCCC. Windows color (decimal): -2633069 or 9687767. OLE color: 9687767.
HSL color Cylindrical-coordinate representation of color #D7D293: hue angle of 55.59º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7D293 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 147 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.16 |
| HSL | 55.59º | 0.46% | 0.71% | - |
| HSV(B) | 55.59º | 0.32% | 0.84% | - |
| XYZ | 56.34 | 62.65 | 36.73 | - |
| YUV | 204.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 147 | 0 | 0.02 | 0.32 | 0.16 | 55.59 | 0.46 | 0.71 |
| Hex | D7 | D2 | 93 | 0 | 2 | 20 | 10 | 38 | 2E | 47 |
| Octal | 327 | 322 | 223 | 0 | 2 | 40 | 20 | 70 | 56 | 107 |
| Binary | 11010111 | 11010010 | 10010011 | 0 | 10 | 100000 | 10000 | 111000 | 101110 | 1000111 |
Color Harmonies of #D7D293
Complementary color
Monochromatic Colors of #D7D293
Black with #D7D293
Text Example
Text Example
White with #D7D293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D293; }
p { color: rgb(215,210,147); }
H1.HeaderClassName
{
color: #D7D293;
}
.AnyTagClassName
{
color: #D7D293;
}
</style>
background-color css
<style>
a { background-color: #D7D293; }
a { background-color: rgb(215,210,147); }
div.DivClassName
{
background-color: #D7D293;
}
.BgClassName
{
background-color: #D7D293;
}
</style>
border-color css
<style>
span { border-color: #D7D293; }
span { border-color: rgb(215,210,147); }
td.TdClassName
{
border-color: #D7D293;
}
.TagClassName
{
border-color: #D7D293;
}
</style>