Shades of Golden Sand #DFCC60
Tints of Golden Sand #DFCC60
RGB
CMYK
RGB Variations
Color information
#DFCC60 (or 0xDFCC60) is known color: Golden Sand. HEX triplet: DF, CC and 60. RGB value is (223,204,96). Sum of RGB (Red+Green+Blue) = 223+204+96=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC60 is #20339F. Grayscale: #C5C5C5. Windows color (decimal): -2110368 or 6343903. OLE color: 6343903.
HSL color Cylindrical-coordinate representation of color #DFCC60: hue angle of 51.02º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFCC60 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 96 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.13 |
| HSL | 51.02º | 0.66% | 0.63% | - |
| HSV(B) | 51.02º | 0.57% | 0.87% | - |
| XYZ | 54.14 | 59.72 | 19.74 | - |
| YUV | 197.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 96 | 0 | 0.09 | 0.57 | 0.13 | 51.02 | 0.66 | 0.63 |
| Hex | DF | CC | 60 | 0 | 9 | 39 | D | 33 | 42 | 3F |
| Octal | 337 | 314 | 140 | 0 | 11 | 71 | 15 | 63 | 102 | 77 |
| Binary | 11011111 | 11001100 | 1100000 | 0 | 1001 | 111001 | 1101 | 110011 | 1000010 | 111111 |
Color Harmonies of #DFCC60
Complementary color
Monochromatic Colors of #DFCC60
Black with #DFCC60
Text Example
Text Example
White with #DFCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC60; }
p { color: rgb(223,204,96); }
H1.HeaderClassName
{
color: #DFCC60;
}
.AnyTagClassName
{
color: #DFCC60;
}
</style>
background-color css
<style>
a { background-color: #DFCC60; }
a { background-color: rgb(223,204,96); }
div.DivClassName
{
background-color: #DFCC60;
}
.BgClassName
{
background-color: #DFCC60;
}
</style>
border-color css
<style>
span { border-color: #DFCC60; }
span { border-color: rgb(223,204,96); }
td.TdClassName
{
border-color: #DFCC60;
}
.TagClassName
{
border-color: #DFCC60;
}
</style>