Shades of Golden Sand #DACC63
Tints of Golden Sand #DACC63
RGB
CMYK
RGB Variations
Color information
#DACC63 (or 0xDACC63) is known color: Golden Sand. HEX triplet: DA, CC and 63. RGB value is (218,204,99). Sum of RGB (Red+Green+Blue) = 218+204+99=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC63 is #25339C. Grayscale: #C4C4C4. Windows color (decimal): -2438045 or 6540506. OLE color: 6540506.
HSL color Cylindrical-coordinate representation of color #DACC63: hue angle of 52.94º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DACC63 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 99 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.15 |
| HSL | 52.94º | 0.62% | 0.62% | - |
| HSV(B) | 52.94º | 0.55% | 0.85% | - |
| XYZ | 52.76 | 58.99 | 20.41 | - |
| YUV | 196.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 99 | 0 | 0.06 | 0.55 | 0.15 | 52.94 | 0.62 | 0.62 |
| Hex | DA | CC | 63 | 0 | 6 | 37 | F | 35 | 3E | 3E |
| Octal | 332 | 314 | 143 | 0 | 6 | 67 | 17 | 65 | 76 | 76 |
| Binary | 11011010 | 11001100 | 1100011 | 0 | 110 | 110111 | 1111 | 110101 | 111110 | 111110 |
Color Harmonies of #DACC63
Complementary color
Monochromatic Colors of #DACC63
Black with #DACC63
Text Example
Text Example
White with #DACC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC63; }
p { color: rgb(218,204,99); }
H1.HeaderClassName
{
color: #DACC63;
}
.AnyTagClassName
{
color: #DACC63;
}
</style>
background-color css
<style>
a { background-color: #DACC63; }
a { background-color: rgb(218,204,99); }
div.DivClassName
{
background-color: #DACC63;
}
.BgClassName
{
background-color: #DACC63;
}
</style>
border-color css
<style>
span { border-color: #DACC63; }
span { border-color: rgb(218,204,99); }
td.TdClassName
{
border-color: #DACC63;
}
.TagClassName
{
border-color: #DACC63;
}
</style>