Shades of Tahuna Sands #D5D29F
Tints of Tahuna Sands #D5D29F
RGB
CMYK
RGB Variations
Color information
#D5D29F (or 0xD5D29F) is known color: Tahuna Sands. HEX triplet: D5, D2 and 9F. RGB value is (213,210,159). Sum of RGB (Red+Green+Blue) = 213+210+159=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D29F is #2A2D60. Grayscale: #CDCDCD. Windows color (decimal): -2764129 or 10474197. OLE color: 10474197.
HSL color Cylindrical-coordinate representation of color #D5D29F: hue angle of 56.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5D29F is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 159 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.16 |
| HSL | 56.67º | 0.39% | 0.73% | - |
| HSV(B) | 56.67º | 0.25% | 0.84% | - |
| XYZ | 56.75 | 62.74 | 41.92 | - |
| YUV | 205.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 159 | 0 | 0.01 | 0.25 | 0.16 | 56.67 | 0.39 | 0.73 |
| Hex | D5 | D2 | 9F | 0 | 1 | 19 | 10 | 39 | 27 | 49 |
| Octal | 325 | 322 | 237 | 0 | 1 | 31 | 20 | 71 | 47 | 111 |
| Binary | 11010101 | 11010010 | 10011111 | 0 | 1 | 11001 | 10000 | 111001 | 100111 | 1001001 |
Color Harmonies of #D5D29F
Complementary color
Monochromatic Colors of #D5D29F
Black with #D5D29F
Text Example
Text Example
White with #D5D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D29F; }
p { color: rgb(213,210,159); }
H1.HeaderClassName
{
color: #D5D29F;
}
.AnyTagClassName
{
color: #D5D29F;
}
</style>
background-color css
<style>
a { background-color: #D5D29F; }
a { background-color: rgb(213,210,159); }
div.DivClassName
{
background-color: #D5D29F;
}
.BgClassName
{
background-color: #D5D29F;
}
</style>
border-color css
<style>
span { border-color: #D5D29F; }
span { border-color: rgb(213,210,159); }
td.TdClassName
{
border-color: #D5D29F;
}
.TagClassName
{
border-color: #D5D29F;
}
</style>