Shades of Golden Sand #DACD64
Tints of Golden Sand #DACD64
RGB
CMYK
RGB Variations
Color information
#DACD64 (or 0xDACD64) is known color: Golden Sand. HEX triplet: DA, CD and 64. RGB value is (218,205,100). Sum of RGB (Red+Green+Blue) = 218+205+100=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD64 is #25329B. Grayscale: #C5C5C5. Windows color (decimal): -2437788 or 6606298. OLE color: 6606298.
HSL color Cylindrical-coordinate representation of color #DACD64: hue angle of 53.39º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DACD64 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 100 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.15 |
| HSL | 53.39º | 0.61% | 0.62% | - |
| HSV(B) | 53.39º | 0.54% | 0.85% | - |
| XYZ | 53.05 | 59.49 | 20.74 | - |
| YUV | 196.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 100 | 0 | 0.06 | 0.54 | 0.15 | 53.39 | 0.61 | 0.62 |
| Hex | DA | CD | 64 | 0 | 6 | 36 | F | 35 | 3D | 3E |
| Octal | 332 | 315 | 144 | 0 | 6 | 66 | 17 | 65 | 75 | 76 |
| Binary | 11011010 | 11001101 | 1100100 | 0 | 110 | 110110 | 1111 | 110101 | 111101 | 111110 |
Color Harmonies of #DACD64
Complementary color
Monochromatic Colors of #DACD64
Black with #DACD64
Text Example
Text Example
White with #DACD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD64; }
p { color: rgb(218,205,100); }
H1.HeaderClassName
{
color: #DACD64;
}
.AnyTagClassName
{
color: #DACD64;
}
</style>
background-color css
<style>
a { background-color: #DACD64; }
a { background-color: rgb(218,205,100); }
div.DivClassName
{
background-color: #DACD64;
}
.BgClassName
{
background-color: #DACD64;
}
</style>
border-color css
<style>
span { border-color: #DACD64; }
span { border-color: rgb(218,205,100); }
td.TdClassName
{
border-color: #DACD64;
}
.TagClassName
{
border-color: #DACD64;
}
</style>