Shades of Golden Sand #DFC660
Tints of Golden Sand #DFC660
RGB
CMYK
RGB Variations
Color information
#DFC660 (or 0xDFC660) is known color: Golden Sand. HEX triplet: DF, C6 and 60. RGB value is (223,198,96). Sum of RGB (Red+Green+Blue) = 223+198+96=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC660 is #20399F. Grayscale: #C2C2C2. Windows color (decimal): -2111904 or 6342367. OLE color: 6342367.
HSL color Cylindrical-coordinate representation of color #DFC660: hue angle of 48.19º 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 #DFC660 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 96 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.13 |
| HSL | 48.19º | 0.66% | 0.63% | - |
| HSV(B) | 48.19º | 0.57% | 0.87% | - |
| XYZ | 52.74 | 56.92 | 19.27 | - |
| YUV | 193.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 96 | 0 | 0.11 | 0.57 | 0.13 | 48.19 | 0.66 | 0.63 |
| Hex | DF | C6 | 60 | 0 | B | 39 | D | 30 | 42 | 3F |
| Octal | 337 | 306 | 140 | 0 | 13 | 71 | 15 | 60 | 102 | 77 |
| Binary | 11011111 | 11000110 | 1100000 | 0 | 1011 | 111001 | 1101 | 110000 | 1000010 | 111111 |
Color Harmonies of #DFC660
Complementary color
Monochromatic Colors of #DFC660
Black with #DFC660
Text Example
Text Example
White with #DFC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC660; }
p { color: rgb(223,198,96); }
H1.HeaderClassName
{
color: #DFC660;
}
.AnyTagClassName
{
color: #DFC660;
}
</style>
background-color css
<style>
a { background-color: #DFC660; }
a { background-color: rgb(223,198,96); }
div.DivClassName
{
background-color: #DFC660;
}
.BgClassName
{
background-color: #DFC660;
}
</style>
border-color css
<style>
span { border-color: #DFC660; }
span { border-color: rgb(223,198,96); }
td.TdClassName
{
border-color: #DFC660;
}
.TagClassName
{
border-color: #DFC660;
}
</style>