Shades of Tahuna Sands #D5D29D
Tints of Tahuna Sands #D5D29D
RGB
CMYK
RGB Variations
Color information
#D5D29D (or 0xD5D29D) is known color: Tahuna Sands. HEX triplet: D5, D2 and 9D. RGB value is (213,210,157). Sum of RGB (Red+Green+Blue) = 213+210+157=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D29D is #2A2D62. Grayscale: #CDCDCD. Windows color (decimal): -2764131 or 10343125. OLE color: 10343125.
HSL color Cylindrical-coordinate representation of color #D5D29D: hue angle of 56.79º 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 #D5D29D is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 157 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.16 |
| HSL | 56.79º | 0.4% | 0.73% | - |
| HSV(B) | 56.79º | 0.26% | 0.84% | - |
| XYZ | 56.57 | 62.67 | 41.01 | - |
| YUV | 204.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 157 | 0 | 0.01 | 0.26 | 0.16 | 56.79 | 0.4 | 0.73 |
| Hex | D5 | D2 | 9D | 0 | 1 | 1A | 10 | 39 | 28 | 49 |
| Octal | 325 | 322 | 235 | 0 | 1 | 32 | 20 | 71 | 50 | 111 |
| Binary | 11010101 | 11010010 | 10011101 | 0 | 1 | 11010 | 10000 | 111001 | 101000 | 1001001 |
Color Harmonies of #D5D29D
Complementary color
Monochromatic Colors of #D5D29D
Black with #D5D29D
Text Example
Text Example
White with #D5D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D29D; }
p { color: rgb(213,210,157); }
H1.HeaderClassName
{
color: #D5D29D;
}
.AnyTagClassName
{
color: #D5D29D;
}
</style>
background-color css
<style>
a { background-color: #D5D29D; }
a { background-color: rgb(213,210,157); }
div.DivClassName
{
background-color: #D5D29D;
}
.BgClassName
{
background-color: #D5D29D;
}
</style>
border-color css
<style>
span { border-color: #D5D29D; }
span { border-color: rgb(213,210,157); }
td.TdClassName
{
border-color: #D5D29D;
}
.TagClassName
{
border-color: #D5D29D;
}
</style>