Shades of Tahuna Sands #D5D09B
Tints of Tahuna Sands #D5D09B
RGB
CMYK
RGB Variations
Color information
#D5D09B (or 0xD5D09B) is known color: Tahuna Sands. HEX triplet: D5, D0 and 9B. RGB value is (213,208,155). Sum of RGB (Red+Green+Blue) = 213+208+155=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D09B is #2A2F64. Grayscale: #CBCBCB. Windows color (decimal): -2764645 or 10211541. OLE color: 10211541.
HSL color Cylindrical-coordinate representation of color #D5D09B: hue angle of 54.83º degrees, saturation: 0.41, 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 #D5D09B is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 155 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.16 |
| HSL | 54.83º | 0.41% | 0.72% | - |
| HSV(B) | 54.83º | 0.27% | 0.84% | - |
| XYZ | 55.91 | 61.62 | 39.96 | - |
| YUV | 203.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 155 | 0 | 0.02 | 0.27 | 0.16 | 54.83 | 0.41 | 0.72 |
| Hex | D5 | D0 | 9B | 0 | 2 | 1B | 10 | 37 | 29 | 48 |
| Octal | 325 | 320 | 233 | 0 | 2 | 33 | 20 | 67 | 51 | 110 |
| Binary | 11010101 | 11010000 | 10011011 | 0 | 10 | 11011 | 10000 | 110111 | 101001 | 1001000 |
Color Harmonies of #D5D09B
Complementary color
Monochromatic Colors of #D5D09B
Black with #D5D09B
Text Example
Text Example
White with #D5D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D09B; }
p { color: rgb(213,208,155); }
H1.HeaderClassName
{
color: #D5D09B;
}
.AnyTagClassName
{
color: #D5D09B;
}
</style>
background-color css
<style>
a { background-color: #D5D09B; }
a { background-color: rgb(213,208,155); }
div.DivClassName
{
background-color: #D5D09B;
}
.BgClassName
{
background-color: #D5D09B;
}
</style>
border-color css
<style>
span { border-color: #D5D09B; }
span { border-color: rgb(213,208,155); }
td.TdClassName
{
border-color: #D5D09B;
}
.TagClassName
{
border-color: #D5D09B;
}
</style>