Shades of Golden Sand #DCCA60
Tints of Golden Sand #DCCA60
RGB
CMYK
RGB Variations
Color information
#DCCA60 (or 0xDCCA60) is known color: Golden Sand. HEX triplet: DC, CA and 60. RGB value is (220,202,96). Sum of RGB (Red+Green+Blue) = 220+202+96=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA60 is #23359F. Grayscale: #C3C3C3. Windows color (decimal): -2307488 or 6343388. OLE color: 6343388.
HSL color Cylindrical-coordinate representation of color #DCCA60: hue angle of 51.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCCA60 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 96 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.14 |
| HSL | 51.29º | 0.64% | 0.62% | - |
| HSV(B) | 51.29º | 0.56% | 0.86% | - |
| XYZ | 52.75 | 58.3 | 19.54 | - |
| YUV | 195.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 96 | 0 | 0.08 | 0.56 | 0.14 | 51.29 | 0.64 | 0.62 |
| Hex | DC | CA | 60 | 0 | 8 | 38 | E | 33 | 40 | 3E |
| Octal | 334 | 312 | 140 | 0 | 10 | 70 | 16 | 63 | 100 | 76 |
| Binary | 11011100 | 11001010 | 1100000 | 0 | 1000 | 111000 | 1110 | 110011 | 1000000 | 111110 |
Color Harmonies of #DCCA60
Complementary color
Monochromatic Colors of #DCCA60
Black with #DCCA60
Text Example
Text Example
White with #DCCA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA60; }
p { color: rgb(220,202,96); }
H1.HeaderClassName
{
color: #DCCA60;
}
.AnyTagClassName
{
color: #DCCA60;
}
</style>
background-color css
<style>
a { background-color: #DCCA60; }
a { background-color: rgb(220,202,96); }
div.DivClassName
{
background-color: #DCCA60;
}
.BgClassName
{
background-color: #DCCA60;
}
</style>
border-color css
<style>
span { border-color: #DCCA60; }
span { border-color: rgb(220,202,96); }
td.TdClassName
{
border-color: #DCCA60;
}
.TagClassName
{
border-color: #DCCA60;
}
</style>