Shades of Tahuna Sands #DACD8F
Tints of Tahuna Sands #DACD8F
RGB
CMYK
RGB Variations
Color information
#DACD8F (or 0xDACD8F) is known color: Tahuna Sands. HEX triplet: DA, CD and 8F. RGB value is (218,205,143). Sum of RGB (Red+Green+Blue) = 218+205+143=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACD8F is #253270. Grayscale: #CACACA. Windows color (decimal): -2437745 or 9424346. OLE color: 9424346.
HSL color Cylindrical-coordinate representation of color #DACD8F: hue angle of 49.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DACD8F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 143 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.15 |
| HSL | 49.6º | 0.5% | 0.71% | - |
| HSV(B) | 49.6º | 0.34% | 0.85% | - |
| XYZ | 55.7 | 60.55 | 34.74 | - |
| YUV | 201.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 143 | 0 | 0.06 | 0.34 | 0.15 | 49.6 | 0.5 | 0.71 |
| Hex | DA | CD | 8F | 0 | 6 | 22 | F | 32 | 32 | 47 |
| Octal | 332 | 315 | 217 | 0 | 6 | 42 | 17 | 62 | 62 | 107 |
| Binary | 11011010 | 11001101 | 10001111 | 0 | 110 | 100010 | 1111 | 110010 | 110010 | 1000111 |
Color Harmonies of #DACD8F
Complementary color
Monochromatic Colors of #DACD8F
Black with #DACD8F
Text Example
Text Example
White with #DACD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD8F; }
p { color: rgb(218,205,143); }
H1.HeaderClassName
{
color: #DACD8F;
}
.AnyTagClassName
{
color: #DACD8F;
}
</style>
background-color css
<style>
a { background-color: #DACD8F; }
a { background-color: rgb(218,205,143); }
div.DivClassName
{
background-color: #DACD8F;
}
.BgClassName
{
background-color: #DACD8F;
}
</style>
border-color css
<style>
span { border-color: #DACD8F; }
span { border-color: rgb(218,205,143); }
td.TdClassName
{
border-color: #DACD8F;
}
.TagClassName
{
border-color: #DACD8F;
}
</style>