Shades of Golden Sand #DACC65
Tints of Golden Sand #DACC65
RGB
CMYK
RGB Variations
Color information
#DACC65 (or 0xDACC65) is known color: Golden Sand. HEX triplet: DA, CC and 65. RGB value is (218,204,101). Sum of RGB (Red+Green+Blue) = 218+204+101=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC65 is #25339A. Grayscale: #C4C4C4. Windows color (decimal): -2438043 or 6671578. OLE color: 6671578.
HSL color Cylindrical-coordinate representation of color #DACC65: hue angle of 52.82º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DACC65 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 101 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.15 |
| HSL | 52.82º | 0.61% | 0.63% | - |
| HSV(B) | 52.82º | 0.54% | 0.85% | - |
| XYZ | 52.86 | 59.03 | 20.92 | - |
| YUV | 196.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 101 | 0 | 0.06 | 0.54 | 0.15 | 52.82 | 0.61 | 0.63 |
| Hex | DA | CC | 65 | 0 | 6 | 36 | F | 35 | 3D | 3F |
| Octal | 332 | 314 | 145 | 0 | 6 | 66 | 17 | 65 | 75 | 77 |
| Binary | 11011010 | 11001100 | 1100101 | 0 | 110 | 110110 | 1111 | 110101 | 111101 | 111111 |
Color Harmonies of #DACC65
Complementary color
Monochromatic Colors of #DACC65
Black with #DACC65
Text Example
Text Example
White with #DACC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC65; }
p { color: rgb(218,204,101); }
H1.HeaderClassName
{
color: #DACC65;
}
.AnyTagClassName
{
color: #DACC65;
}
</style>
background-color css
<style>
a { background-color: #DACC65; }
a { background-color: rgb(218,204,101); }
div.DivClassName
{
background-color: #DACC65;
}
.BgClassName
{
background-color: #DACC65;
}
</style>
border-color css
<style>
span { border-color: #DACC65; }
span { border-color: rgb(218,204,101); }
td.TdClassName
{
border-color: #DACC65;
}
.TagClassName
{
border-color: #DACC65;
}
</style>