Shades of Tahuna Sands #D5D39D
Tints of Tahuna Sands #D5D39D
RGB
CMYK
RGB Variations
Color information
#D5D39D (or 0xD5D39D) is known color: Tahuna Sands. HEX triplet: D5, D3 and 9D. RGB value is (213,211,157). Sum of RGB (Red+Green+Blue) = 213+211+157=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D39D is #2A2C62. Grayscale: #CDCDCD. Windows color (decimal): -2763875 or 10343381. OLE color: 10343381.
HSL color Cylindrical-coordinate representation of color #D5D39D: hue angle of 57.86º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5D39D is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 157 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.16 |
| HSL | 57.86º | 0.4% | 0.73% | - |
| HSV(B) | 57.86º | 0.26% | 0.84% | - |
| XYZ | 56.82 | 63.17 | 41.1 | - |
| YUV | 205.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 157 | 0 | 0.01 | 0.26 | 0.16 | 57.86 | 0.4 | 0.73 |
| Hex | D5 | D3 | 9D | 0 | 1 | 1A | 10 | 3A | 28 | 49 |
| Octal | 325 | 323 | 235 | 0 | 1 | 32 | 20 | 72 | 50 | 111 |
| Binary | 11010101 | 11010011 | 10011101 | 0 | 1 | 11010 | 10000 | 111010 | 101000 | 1001001 |
Color Harmonies of #D5D39D
Complementary color
Monochromatic Colors of #D5D39D
Black with #D5D39D
Text Example
Text Example
White with #D5D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D39D; }
p { color: rgb(213,211,157); }
H1.HeaderClassName
{
color: #D5D39D;
}
.AnyTagClassName
{
color: #D5D39D;
}
</style>
background-color css
<style>
a { background-color: #D5D39D; }
a { background-color: rgb(213,211,157); }
div.DivClassName
{
background-color: #D5D39D;
}
.BgClassName
{
background-color: #D5D39D;
}
</style>
border-color css
<style>
span { border-color: #D5D39D; }
span { border-color: rgb(213,211,157); }
td.TdClassName
{
border-color: #D5D39D;
}
.TagClassName
{
border-color: #D5D39D;
}
</style>