Shades of Golden Sand #DCC960
Tints of Golden Sand #DCC960
RGB
CMYK
RGB Variations
Color information
#DCC960 (or 0xDCC960) is known color: Golden Sand. HEX triplet: DC, C9 and 60. RGB value is (220,201,96). Sum of RGB (Red+Green+Blue) = 220+201+96=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC960 is #23369F. Grayscale: #C3C3C3. Windows color (decimal): -2307744 or 6343132. OLE color: 6343132.
HSL color Cylindrical-coordinate representation of color #DCC960: hue angle of 50.81º 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 #DCC960 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 96 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.14 |
| HSL | 50.81º | 0.64% | 0.62% | - |
| HSV(B) | 50.81º | 0.56% | 0.86% | - |
| XYZ | 52.51 | 57.83 | 19.46 | - |
| YUV | 194.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 96 | 0 | 0.09 | 0.56 | 0.14 | 50.81 | 0.64 | 0.62 |
| Hex | DC | C9 | 60 | 0 | 9 | 38 | E | 33 | 40 | 3E |
| Octal | 334 | 311 | 140 | 0 | 11 | 70 | 16 | 63 | 100 | 76 |
| Binary | 11011100 | 11001001 | 1100000 | 0 | 1001 | 111000 | 1110 | 110011 | 1000000 | 111110 |
Color Harmonies of #DCC960
Complementary color
Monochromatic Colors of #DCC960
Black with #DCC960
Text Example
Text Example
White with #DCC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC960; }
p { color: rgb(220,201,96); }
H1.HeaderClassName
{
color: #DCC960;
}
.AnyTagClassName
{
color: #DCC960;
}
</style>
background-color css
<style>
a { background-color: #DCC960; }
a { background-color: rgb(220,201,96); }
div.DivClassName
{
background-color: #DCC960;
}
.BgClassName
{
background-color: #DCC960;
}
</style>
border-color css
<style>
span { border-color: #DCC960; }
span { border-color: rgb(220,201,96); }
td.TdClassName
{
border-color: #DCC960;
}
.TagClassName
{
border-color: #DCC960;
}
</style>