Shades of Golden Sand #DACC62
Tints of Golden Sand #DACC62
RGB
CMYK
RGB Variations
Color information
#DACC62 (or 0xDACC62) is known color: Golden Sand. HEX triplet: DA, CC and 62. RGB value is (218,204,98). Sum of RGB (Red+Green+Blue) = 218+204+98=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC62 is #25339D. Grayscale: #C4C4C4. Windows color (decimal): -2438046 or 6474970. OLE color: 6474970.
HSL color Cylindrical-coordinate representation of color #DACC62: hue angle of 53º 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 #DACC62 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 98 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.15 |
| HSL | 53º | 0.62% | 0.62% | - |
| HSV(B) | 53º | 0.55% | 0.85% | - |
| XYZ | 52.71 | 58.97 | 20.16 | - |
| YUV | 196.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 98 | 0 | 0.06 | 0.55 | 0.15 | 53 | 0.62 | 0.62 |
| Hex | DA | CC | 62 | 0 | 6 | 37 | F | 35 | 3E | 3E |
| Octal | 332 | 314 | 142 | 0 | 6 | 67 | 17 | 65 | 76 | 76 |
| Binary | 11011010 | 11001100 | 1100010 | 0 | 110 | 110111 | 1111 | 110101 | 111110 | 111110 |
Color Harmonies of #DACC62
Complementary color
Monochromatic Colors of #DACC62
Black with #DACC62
Text Example
Text Example
White with #DACC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC62; }
p { color: rgb(218,204,98); }
H1.HeaderClassName
{
color: #DACC62;
}
.AnyTagClassName
{
color: #DACC62;
}
</style>
background-color css
<style>
a { background-color: #DACC62; }
a { background-color: rgb(218,204,98); }
div.DivClassName
{
background-color: #DACC62;
}
.BgClassName
{
background-color: #DACC62;
}
</style>
border-color css
<style>
span { border-color: #DACC62; }
span { border-color: rgb(218,204,98); }
td.TdClassName
{
border-color: #DACC62;
}
.TagClassName
{
border-color: #DACC62;
}
</style>