Shades of Tahuna Sands #D5D29A
Tints of Tahuna Sands #D5D29A
RGB
CMYK
RGB Variations
Color information
#D5D29A (or 0xD5D29A) is known color: Tahuna Sands. HEX triplet: D5, D2 and 9A. RGB value is (213,210,154). Sum of RGB (Red+Green+Blue) = 213+210+154=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D29A is #2A2D65. Grayscale: #CCCCCC. Windows color (decimal): -2764134 or 10146517. OLE color: 10146517.
HSL color Cylindrical-coordinate representation of color #D5D29A: hue angle of 56.95º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5D29A is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 154 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.16 |
| HSL | 56.95º | 0.41% | 0.72% | - |
| HSV(B) | 56.95º | 0.28% | 0.84% | - |
| XYZ | 56.32 | 62.57 | 39.68 | - |
| YUV | 204.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 154 | 0 | 0.01 | 0.28 | 0.16 | 56.95 | 0.41 | 0.72 |
| Hex | D5 | D2 | 9A | 0 | 1 | 1C | 10 | 39 | 29 | 48 |
| Octal | 325 | 322 | 232 | 0 | 1 | 34 | 20 | 71 | 51 | 110 |
| Binary | 11010101 | 11010010 | 10011010 | 0 | 1 | 11100 | 10000 | 111001 | 101001 | 1001000 |
Color Harmonies of #D5D29A
Complementary color
Monochromatic Colors of #D5D29A
Black with #D5D29A
Text Example
Text Example
White with #D5D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D29A; }
p { color: rgb(213,210,154); }
H1.HeaderClassName
{
color: #D5D29A;
}
.AnyTagClassName
{
color: #D5D29A;
}
</style>
background-color css
<style>
a { background-color: #D5D29A; }
a { background-color: rgb(213,210,154); }
div.DivClassName
{
background-color: #D5D29A;
}
.BgClassName
{
background-color: #D5D29A;
}
</style>
border-color css
<style>
span { border-color: #D5D29A; }
span { border-color: rgb(213,210,154); }
td.TdClassName
{
border-color: #D5D29A;
}
.TagClassName
{
border-color: #D5D29A;
}
</style>