Shades of Tahuna Sands #D1CFA0
Tints of Tahuna Sands #D1CFA0
RGB
CMYK
RGB Variations
Color information
#D1CFA0 (or 0xD1CFA0) is known color: Tahuna Sands. HEX triplet: D1, CF and A0. RGB value is (209,207,160). Sum of RGB (Red+Green+Blue) = 209+207+160=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CFA0 is #2E305F. Grayscale: #CACACA. Windows color (decimal): -3027040 or 10538961. OLE color: 10538961.
HSL color Cylindrical-coordinate representation of color #D1CFA0: hue angle of 57.55º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1CFA0 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 160 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.18 |
| HSL | 57.55º | 0.35% | 0.72% | - |
| HSV(B) | 57.55º | 0.23% | 0.82% | - |
| XYZ | 54.95 | 60.72 | 42.08 | - |
| YUV | 202.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 160 | 0 | 0.01 | 0.23 | 0.18 | 57.55 | 0.35 | 0.72 |
| Hex | D1 | CF | A0 | 0 | 1 | 17 | 12 | 3A | 23 | 48 |
| Octal | 321 | 317 | 240 | 0 | 1 | 27 | 22 | 72 | 43 | 110 |
| Binary | 11010001 | 11001111 | 10100000 | 0 | 1 | 10111 | 10010 | 111010 | 100011 | 1001000 |
Color Harmonies of #D1CFA0
Complementary color
Monochromatic Colors of #D1CFA0
Black with #D1CFA0
Text Example
Text Example
White with #D1CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFA0; }
p { color: rgb(209,207,160); }
H1.HeaderClassName
{
color: #D1CFA0;
}
.AnyTagClassName
{
color: #D1CFA0;
}
</style>
background-color css
<style>
a { background-color: #D1CFA0; }
a { background-color: rgb(209,207,160); }
div.DivClassName
{
background-color: #D1CFA0;
}
.BgClassName
{
background-color: #D1CFA0;
}
</style>
border-color css
<style>
span { border-color: #D1CFA0; }
span { border-color: rgb(209,207,160); }
td.TdClassName
{
border-color: #D1CFA0;
}
.TagClassName
{
border-color: #D1CFA0;
}
</style>