Shades of Tahuna Sands #D1CF9F
Tints of Tahuna Sands #D1CF9F
RGB
CMYK
RGB Variations
Color information
#D1CF9F (or 0xD1CF9F) is known color: Tahuna Sands. HEX triplet: D1, CF and 9F. RGB value is (209,207,159). Sum of RGB (Red+Green+Blue) = 209+207+159=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF9F is #2E3060. Grayscale: #CACACA. Windows color (decimal): -3027041 or 10473425. OLE color: 10473425.
HSL color Cylindrical-coordinate representation of color #D1CF9F: hue angle of 57.6º degrees, saturation: 0.35, 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 #D1CF9F is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 159 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.18 |
| HSL | 57.6º | 0.35% | 0.72% | - |
| HSV(B) | 57.6º | 0.24% | 0.82% | - |
| XYZ | 54.87 | 60.68 | 41.62 | - |
| YUV | 202.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 159 | 0 | 0.01 | 0.24 | 0.18 | 57.6 | 0.35 | 0.72 |
| Hex | D1 | CF | 9F | 0 | 1 | 18 | 12 | 3A | 23 | 48 |
| Octal | 321 | 317 | 237 | 0 | 1 | 30 | 22 | 72 | 43 | 110 |
| Binary | 11010001 | 11001111 | 10011111 | 0 | 1 | 11000 | 10010 | 111010 | 100011 | 1001000 |
Color Harmonies of #D1CF9F
Complementary color
Monochromatic Colors of #D1CF9F
Black with #D1CF9F
Text Example
Text Example
White with #D1CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF9F; }
p { color: rgb(209,207,159); }
H1.HeaderClassName
{
color: #D1CF9F;
}
.AnyTagClassName
{
color: #D1CF9F;
}
</style>
background-color css
<style>
a { background-color: #D1CF9F; }
a { background-color: rgb(209,207,159); }
div.DivClassName
{
background-color: #D1CF9F;
}
.BgClassName
{
background-color: #D1CF9F;
}
</style>
border-color css
<style>
span { border-color: #D1CF9F; }
span { border-color: rgb(209,207,159); }
td.TdClassName
{
border-color: #D1CF9F;
}
.TagClassName
{
border-color: #D1CF9F;
}
</style>