Shades of Tahuna Sands #D9CF93
Tints of Tahuna Sands #D9CF93
RGB
CMYK
RGB Variations
Color information
#D9CF93 (or 0xD9CF93) is known color: Tahuna Sands. HEX triplet: D9, CF and 93. RGB value is (217,207,147). Sum of RGB (Red+Green+Blue) = 217+207+147=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CF93 is #26306C. Grayscale: #CBCBCB. Windows color (decimal): -2502765 or 9687001. OLE color: 9687001.
HSL color Cylindrical-coordinate representation of color #D9CF93: hue angle of 51.43º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9CF93 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 147 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.15 |
| HSL | 51.43º | 0.48% | 0.71% | - |
| HSV(B) | 51.43º | 0.32% | 0.85% | - |
| XYZ | 56.19 | 61.48 | 36.51 | - |
| YUV | 203.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 147 | 0 | 0.05 | 0.32 | 0.15 | 51.43 | 0.48 | 0.71 |
| Hex | D9 | CF | 93 | 0 | 5 | 20 | F | 33 | 30 | 47 |
| Octal | 331 | 317 | 223 | 0 | 5 | 40 | 17 | 63 | 60 | 107 |
| Binary | 11011001 | 11001111 | 10010011 | 0 | 101 | 100000 | 1111 | 110011 | 110000 | 1000111 |
Color Harmonies of #D9CF93
Complementary color
Monochromatic Colors of #D9CF93
Black with #D9CF93
Text Example
Text Example
White with #D9CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF93; }
p { color: rgb(217,207,147); }
H1.HeaderClassName
{
color: #D9CF93;
}
.AnyTagClassName
{
color: #D9CF93;
}
</style>
background-color css
<style>
a { background-color: #D9CF93; }
a { background-color: rgb(217,207,147); }
div.DivClassName
{
background-color: #D9CF93;
}
.BgClassName
{
background-color: #D9CF93;
}
</style>
border-color css
<style>
span { border-color: #D9CF93; }
span { border-color: rgb(217,207,147); }
td.TdClassName
{
border-color: #D9CF93;
}
.TagClassName
{
border-color: #D9CF93;
}
</style>