Shades of Tahuna Sands #D5D59C
Tints of Tahuna Sands #D5D59C
RGB
CMYK
RGB Variations
Color information
#D5D59C (or 0xD5D59C) is known color: Tahuna Sands. HEX triplet: D5, D5 and 9C. RGB value is (213,213,156). Sum of RGB (Red+Green+Blue) = 213+213+156=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D59C is #2A2A63. Grayscale: #CECECE. Windows color (decimal): -2763364 or 10278357. OLE color: 10278357.
HSL color Cylindrical-coordinate representation of color #D5D59C: hue angle of 60º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5D59C is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 156 | - |
| CMYK | 0 | 0 | 0.27 | 0.16 |
| HSL | 60º | 0.4% | 0.72% | - |
| HSV(B) | 60º | 0.27% | 0.84% | - |
| XYZ | 57.24 | 64.13 | 40.82 | - |
| YUV | 206.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 156 | 0 | 0 | 0.27 | 0.16 | 60 | 0.4 | 0.72 |
| Hex | D5 | D5 | 9C | 0 | 0 | 1B | 10 | 3C | 28 | 48 |
| Octal | 325 | 325 | 234 | 0 | 0 | 33 | 20 | 74 | 50 | 110 |
| Binary | 11010101 | 11010101 | 10011100 | 0 | 0 | 11011 | 10000 | 111100 | 101000 | 1001000 |
Color Harmonies of #D5D59C
Complementary color
Monochromatic Colors of #D5D59C
Black with #D5D59C
Text Example
Text Example
White with #D5D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D59C; }
p { color: rgb(213,213,156); }
H1.HeaderClassName
{
color: #D5D59C;
}
.AnyTagClassName
{
color: #D5D59C;
}
</style>
background-color css
<style>
a { background-color: #D5D59C; }
a { background-color: rgb(213,213,156); }
div.DivClassName
{
background-color: #D5D59C;
}
.BgClassName
{
background-color: #D5D59C;
}
</style>
border-color css
<style>
span { border-color: #D5D59C; }
span { border-color: rgb(213,213,156); }
td.TdClassName
{
border-color: #D5D59C;
}
.TagClassName
{
border-color: #D5D59C;
}
</style>