Shades of Tahuna Sands #D9CFA1
Tints of Tahuna Sands #D9CFA1
RGB
CMYK
RGB Variations
Color information
#D9CFA1 (or 0xD9CFA1) is known color: Tahuna Sands. HEX triplet: D9, CF and A1. RGB value is (217,207,161). Sum of RGB (Red+Green+Blue) = 217+207+161=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFA1 is #26305E. Grayscale: #CCCCCC. Windows color (decimal): -2502751 or 10604505. OLE color: 10604505.
HSL color Cylindrical-coordinate representation of color #D9CFA1: hue angle of 49.29º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9CFA1 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 161 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.15 |
| HSL | 49.29º | 0.42% | 0.74% | - |
| HSV(B) | 49.29º | 0.26% | 0.85% | - |
| XYZ | 57.36 | 61.95 | 42.65 | - |
| YUV | 204.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 161 | 0 | 0.05 | 0.26 | 0.15 | 49.29 | 0.42 | 0.74 |
| Hex | D9 | CF | A1 | 0 | 5 | 1A | F | 31 | 2A | 4A |
| Octal | 331 | 317 | 241 | 0 | 5 | 32 | 17 | 61 | 52 | 112 |
| Binary | 11011001 | 11001111 | 10100001 | 0 | 101 | 11010 | 1111 | 110001 | 101010 | 1001010 |
Color Harmonies of #D9CFA1
Complementary color
Monochromatic Colors of #D9CFA1
Black with #D9CFA1
Text Example
Text Example
White with #D9CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFA1; }
p { color: rgb(217,207,161); }
H1.HeaderClassName
{
color: #D9CFA1;
}
.AnyTagClassName
{
color: #D9CFA1;
}
</style>
background-color css
<style>
a { background-color: #D9CFA1; }
a { background-color: rgb(217,207,161); }
div.DivClassName
{
background-color: #D9CFA1;
}
.BgClassName
{
background-color: #D9CFA1;
}
</style>
border-color css
<style>
span { border-color: #D9CFA1; }
span { border-color: rgb(217,207,161); }
td.TdClassName
{
border-color: #D9CFA1;
}
.TagClassName
{
border-color: #D9CFA1;
}
</style>