Shades of Tahuna Sands #D5D393
Tints of Tahuna Sands #D5D393
RGB
CMYK
RGB Variations
Color information
#D5D393 (or 0xD5D393) is known color: Tahuna Sands. HEX triplet: D5, D3 and 93. RGB value is (213,211,147). Sum of RGB (Red+Green+Blue) = 213+211+147=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D393 is #2A2C6C. Grayscale: #CCCCCC. Windows color (decimal): -2763885 or 9688021. OLE color: 9688021.
HSL color Cylindrical-coordinate representation of color #D5D393: hue angle of 58.18º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5D393 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 147 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.16 |
| HSL | 58.18º | 0.44% | 0.71% | - |
| HSV(B) | 58.18º | 0.31% | 0.84% | - |
| XYZ | 56 | 62.84 | 36.78 | - |
| YUV | 204.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 147 | 0 | 0.01 | 0.31 | 0.16 | 58.18 | 0.44 | 0.71 |
| Hex | D5 | D3 | 93 | 0 | 1 | 1F | 10 | 3A | 2C | 47 |
| Octal | 325 | 323 | 223 | 0 | 1 | 37 | 20 | 72 | 54 | 107 |
| Binary | 11010101 | 11010011 | 10010011 | 0 | 1 | 11111 | 10000 | 111010 | 101100 | 1000111 |
Color Harmonies of #D5D393
Complementary color
Monochromatic Colors of #D5D393
Black with #D5D393
Text Example
Text Example
White with #D5D393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D393; }
p { color: rgb(213,211,147); }
H1.HeaderClassName
{
color: #D5D393;
}
.AnyTagClassName
{
color: #D5D393;
}
</style>
background-color css
<style>
a { background-color: #D5D393; }
a { background-color: rgb(213,211,147); }
div.DivClassName
{
background-color: #D5D393;
}
.BgClassName
{
background-color: #D5D393;
}
</style>
border-color css
<style>
span { border-color: #D5D393; }
span { border-color: rgb(213,211,147); }
td.TdClassName
{
border-color: #D5D393;
}
.TagClassName
{
border-color: #D5D393;
}
</style>