Shades of Golden Sand #DACB60
Tints of Golden Sand #DACB60
RGB
CMYK
RGB Variations
Color information
#DACB60 (or 0xDACB60) is known color: Golden Sand. HEX triplet: DA, CB and 60. RGB value is (218,203,96). Sum of RGB (Red+Green+Blue) = 218+203+96=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB60 is #25349F. Grayscale: #C3C3C3. Windows color (decimal): -2438304 or 6343642. OLE color: 6343642.
HSL color Cylindrical-coordinate representation of color #DACB60: hue angle of 52.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DACB60 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 96 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.15 |
| HSL | 52.62º | 0.62% | 0.62% | - |
| HSV(B) | 52.62º | 0.56% | 0.85% | - |
| XYZ | 52.38 | 58.46 | 19.59 | - |
| YUV | 195.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 96 | 0 | 0.07 | 0.56 | 0.15 | 52.62 | 0.62 | 0.62 |
| Hex | DA | CB | 60 | 0 | 7 | 38 | F | 35 | 3E | 3E |
| Octal | 332 | 313 | 140 | 0 | 7 | 70 | 17 | 65 | 76 | 76 |
| Binary | 11011010 | 11001011 | 1100000 | 0 | 111 | 111000 | 1111 | 110101 | 111110 | 111110 |
Color Harmonies of #DACB60
Complementary color
Monochromatic Colors of #DACB60
Black with #DACB60
Text Example
Text Example
White with #DACB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB60; }
p { color: rgb(218,203,96); }
H1.HeaderClassName
{
color: #DACB60;
}
.AnyTagClassName
{
color: #DACB60;
}
</style>
background-color css
<style>
a { background-color: #DACB60; }
a { background-color: rgb(218,203,96); }
div.DivClassName
{
background-color: #DACB60;
}
.BgClassName
{
background-color: #DACB60;
}
</style>
border-color css
<style>
span { border-color: #DACB60; }
span { border-color: rgb(218,203,96); }
td.TdClassName
{
border-color: #DACB60;
}
.TagClassName
{
border-color: #DACB60;
}
</style>