Shades of Tahuna Sands #D5D49C
Tints of Tahuna Sands #D5D49C
RGB
CMYK
RGB Variations
Color information
#D5D49C (or 0xD5D49C) is known color: Tahuna Sands. HEX triplet: D5, D4 and 9C. RGB value is (213,212,156). Sum of RGB (Red+Green+Blue) = 213+212+156=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D49C is #2A2B63. Grayscale: #CECECE. Windows color (decimal): -2763620 or 10278101. OLE color: 10278101.
HSL color Cylindrical-coordinate representation of color #D5D49C: hue angle of 58.95º 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 #D5D49C is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 156 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.16 |
| HSL | 58.95º | 0.4% | 0.72% | - |
| HSV(B) | 58.95º | 0.27% | 0.84% | - |
| XYZ | 56.98 | 63.63 | 40.73 | - |
| YUV | 205.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 156 | 0 | 0.00 | 0.27 | 0.16 | 58.95 | 0.4 | 0.72 |
| Hex | D5 | D4 | 9C | 0 | 0 | 1B | 10 | 3B | 28 | 48 |
| Octal | 325 | 324 | 234 | 0 | 0 | 33 | 20 | 73 | 50 | 110 |
| Binary | 11010101 | 11010100 | 10011100 | 0 | 0 | 11011 | 10000 | 111011 | 101000 | 1001000 |
Color Harmonies of #D5D49C
Complementary color
Monochromatic Colors of #D5D49C
Black with #D5D49C
Text Example
Text Example
White with #D5D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D49C; }
p { color: rgb(213,212,156); }
H1.HeaderClassName
{
color: #D5D49C;
}
.AnyTagClassName
{
color: #D5D49C;
}
</style>
background-color css
<style>
a { background-color: #D5D49C; }
a { background-color: rgb(213,212,156); }
div.DivClassName
{
background-color: #D5D49C;
}
.BgClassName
{
background-color: #D5D49C;
}
</style>
border-color css
<style>
span { border-color: #D5D49C; }
span { border-color: rgb(213,212,156); }
td.TdClassName
{
border-color: #D5D49C;
}
.TagClassName
{
border-color: #D5D49C;
}
</style>