Shades of Tahuna Sands #D1C69E
Tints of Tahuna Sands #D1C69E
RGB
CMYK
RGB Variations
Color information
#D1C69E (or 0xD1C69E) is known color: Tahuna Sands. HEX triplet: D1, C6 and 9E. RGB value is (209,198,158). Sum of RGB (Red+Green+Blue) = 209+198+158=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C69E is #2E3961. Grayscale: #C4C4C4. Windows color (decimal): -3029346 or 10405585. OLE color: 10405585.
HSL color Cylindrical-coordinate representation of color #D1C69E: hue angle of 47.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1C69E is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 198 | 158 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.18 |
| HSL | 47.06º | 0.36% | 0.72% | - |
| HSV(B) | 47.06º | 0.24% | 0.82% | - |
| XYZ | 52.66 | 56.41 | 40.46 | - |
| YUV | 196.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 158 | 0 | 0.05 | 0.24 | 0.18 | 47.06 | 0.36 | 0.72 |
| Hex | D1 | C6 | 9E | 0 | 5 | 18 | 12 | 2F | 24 | 48 |
| Octal | 321 | 306 | 236 | 0 | 5 | 30 | 22 | 57 | 44 | 110 |
| Binary | 11010001 | 11000110 | 10011110 | 0 | 101 | 11000 | 10010 | 101111 | 100100 | 1001000 |
Color Harmonies of #D1C69E
Complementary color
Monochromatic Colors of #D1C69E
Black with #D1C69E
Text Example
Text Example
White with #D1C69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C69E; }
p { color: rgb(209,198,158); }
H1.HeaderClassName
{
color: #D1C69E;
}
.AnyTagClassName
{
color: #D1C69E;
}
</style>
background-color css
<style>
a { background-color: #D1C69E; }
a { background-color: rgb(209,198,158); }
div.DivClassName
{
background-color: #D1C69E;
}
.BgClassName
{
background-color: #D1C69E;
}
</style>
border-color css
<style>
span { border-color: #D1C69E; }
span { border-color: rgb(209,198,158); }
td.TdClassName
{
border-color: #D1C69E;
}
.TagClassName
{
border-color: #D1C69E;
}
</style>