Shades of Tahuna Sands #D9C694
Tints of Tahuna Sands #D9C694
RGB
CMYK
RGB Variations
Color information
#D9C694 (or 0xD9C694) is known color: Tahuna Sands. HEX triplet: D9, C6 and 94. RGB value is (217,198,148). Sum of RGB (Red+Green+Blue) = 217+198+148=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C694 is #26396B. Grayscale: #C6C6C6. Windows color (decimal): -2505068 or 9750233. OLE color: 9750233.
HSL color Cylindrical-coordinate representation of color #D9C694: hue angle of 43.48º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9C694 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 148 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.15 |
| HSL | 43.48º | 0.48% | 0.72% | - |
| HSV(B) | 43.48º | 0.32% | 0.85% | - |
| XYZ | 54.15 | 57.28 | 36.22 | - |
| YUV | 197.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 148 | 0 | 0.09 | 0.32 | 0.15 | 43.48 | 0.48 | 0.72 |
| Hex | D9 | C6 | 94 | 0 | 9 | 20 | F | 2B | 30 | 48 |
| Octal | 331 | 306 | 224 | 0 | 11 | 40 | 17 | 53 | 60 | 110 |
| Binary | 11011001 | 11000110 | 10010100 | 0 | 1001 | 100000 | 1111 | 101011 | 110000 | 1001000 |
Color Harmonies of #D9C694
Complementary color
Monochromatic Colors of #D9C694
Black with #D9C694
Text Example
Text Example
White with #D9C694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C694; }
p { color: rgb(217,198,148); }
H1.HeaderClassName
{
color: #D9C694;
}
.AnyTagClassName
{
color: #D9C694;
}
</style>
background-color css
<style>
a { background-color: #D9C694; }
a { background-color: rgb(217,198,148); }
div.DivClassName
{
background-color: #D9C694;
}
.BgClassName
{
background-color: #D9C694;
}
</style>
border-color css
<style>
span { border-color: #D9C694; }
span { border-color: rgb(217,198,148); }
td.TdClassName
{
border-color: #D9C694;
}
.TagClassName
{
border-color: #D9C694;
}
</style>