Shades of Tahuna Sands #D1D29C
Tints of Tahuna Sands #D1D29C
RGB
CMYK
RGB Variations
Color information
#D1D29C (or 0xD1D29C) is known color: Tahuna Sands. HEX triplet: D1, D2 and 9C. RGB value is (209,210,156). Sum of RGB (Red+Green+Blue) = 209+210+156=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D29C is #2E2D63. Grayscale: #CBCBCB. Windows color (decimal): -3026276 or 10277585. OLE color: 10277585.
HSL color Cylindrical-coordinate representation of color #D1D29C: hue angle of 61.11º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1D29C is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 156 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.18 |
| HSL | 61.11º | 0.38% | 0.72% | - |
| HSV(B) | 61.11º | 0.26% | 0.82% | - |
| XYZ | 55.34 | 62.05 | 40.51 | - |
| YUV | 203.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 156 | 0.00 | 0 | 0.26 | 0.18 | 61.11 | 0.38 | 0.72 |
| Hex | D1 | D2 | 9C | 0 | 0 | 1A | 12 | 3D | 26 | 48 |
| Octal | 321 | 322 | 234 | 0 | 0 | 32 | 22 | 75 | 46 | 110 |
| Binary | 11010001 | 11010010 | 10011100 | 0 | 0 | 11010 | 10010 | 111101 | 100110 | 1001000 |
Color Harmonies of #D1D29C
Complementary color
Monochromatic Colors of #D1D29C
Black with #D1D29C
Text Example
Text Example
White with #D1D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D29C; }
p { color: rgb(209,210,156); }
H1.HeaderClassName
{
color: #D1D29C;
}
.AnyTagClassName
{
color: #D1D29C;
}
</style>
background-color css
<style>
a { background-color: #D1D29C; }
a { background-color: rgb(209,210,156); }
div.DivClassName
{
background-color: #D1D29C;
}
.BgClassName
{
background-color: #D1D29C;
}
</style>
border-color css
<style>
span { border-color: #D1D29C; }
span { border-color: rgb(209,210,156); }
td.TdClassName
{
border-color: #D1D29C;
}
.TagClassName
{
border-color: #D1D29C;
}
</style>