Shades of Tahuna Sands #D9CFA0
Tints of Tahuna Sands #D9CFA0
RGB
CMYK
RGB Variations
Color information
#D9CFA0 (or 0xD9CFA0) is known color: Tahuna Sands. HEX triplet: D9, CF and A0. RGB value is (217,207,160). Sum of RGB (Red+Green+Blue) = 217+207+160=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFA0 is #26305F. Grayscale: #CCCCCC. Windows color (decimal): -2502752 or 10538969. OLE color: 10538969.
HSL color Cylindrical-coordinate representation of color #D9CFA0: hue angle of 49.47º degrees, saturation: 0.43, 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 #D9CFA0 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 160 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.15 |
| HSL | 49.47º | 0.43% | 0.74% | - |
| HSV(B) | 49.47º | 0.26% | 0.85% | - |
| XYZ | 57.27 | 61.92 | 42.19 | - |
| YUV | 204.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 160 | 0 | 0.05 | 0.26 | 0.15 | 49.47 | 0.43 | 0.74 |
| Hex | D9 | CF | A0 | 0 | 5 | 1A | F | 31 | 2B | 4A |
| Octal | 331 | 317 | 240 | 0 | 5 | 32 | 17 | 61 | 53 | 112 |
| Binary | 11011001 | 11001111 | 10100000 | 0 | 101 | 11010 | 1111 | 110001 | 101011 | 1001010 |
Color Harmonies of #D9CFA0
Complementary color
Monochromatic Colors of #D9CFA0
Black with #D9CFA0
Text Example
Text Example
White with #D9CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFA0; }
p { color: rgb(217,207,160); }
H1.HeaderClassName
{
color: #D9CFA0;
}
.AnyTagClassName
{
color: #D9CFA0;
}
</style>
background-color css
<style>
a { background-color: #D9CFA0; }
a { background-color: rgb(217,207,160); }
div.DivClassName
{
background-color: #D9CFA0;
}
.BgClassName
{
background-color: #D9CFA0;
}
</style>
border-color css
<style>
span { border-color: #D9CFA0; }
span { border-color: rgb(217,207,160); }
td.TdClassName
{
border-color: #D9CFA0;
}
.TagClassName
{
border-color: #D9CFA0;
}
</style>