Shades of Tahuna Sands #DACC8E
Tints of Tahuna Sands #DACC8E
RGB
CMYK
RGB Variations
Color information
#DACC8E (or 0xDACC8E) is known color: Tahuna Sands. HEX triplet: DA, CC and 8E. RGB value is (218,204,142). Sum of RGB (Red+Green+Blue) = 218+204+142=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACC8E is #253371. Grayscale: #C9C9C9. Windows color (decimal): -2438002 or 9358554. OLE color: 9358554.
HSL color Cylindrical-coordinate representation of color #DACC8E: hue angle of 48.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DACC8E is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 142 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.15 |
| HSL | 48.95º | 0.51% | 0.71% | - |
| HSV(B) | 48.95º | 0.35% | 0.85% | - |
| XYZ | 55.39 | 60.04 | 34.26 | - |
| YUV | 201.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 142 | 0 | 0.06 | 0.35 | 0.15 | 48.95 | 0.51 | 0.71 |
| Hex | DA | CC | 8E | 0 | 6 | 23 | F | 31 | 33 | 47 |
| Octal | 332 | 314 | 216 | 0 | 6 | 43 | 17 | 61 | 63 | 107 |
| Binary | 11011010 | 11001100 | 10001110 | 0 | 110 | 100011 | 1111 | 110001 | 110011 | 1000111 |
Color Harmonies of #DACC8E
Complementary color
Monochromatic Colors of #DACC8E
Black with #DACC8E
Text Example
Text Example
White with #DACC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC8E; }
p { color: rgb(218,204,142); }
H1.HeaderClassName
{
color: #DACC8E;
}
.AnyTagClassName
{
color: #DACC8E;
}
</style>
background-color css
<style>
a { background-color: #DACC8E; }
a { background-color: rgb(218,204,142); }
div.DivClassName
{
background-color: #DACC8E;
}
.BgClassName
{
background-color: #DACC8E;
}
</style>
border-color css
<style>
span { border-color: #DACC8E; }
span { border-color: rgb(218,204,142); }
td.TdClassName
{
border-color: #DACC8E;
}
.TagClassName
{
border-color: #DACC8E;
}
</style>