Shades of Golden Sand #DFC860
Tints of Golden Sand #DFC860
RGB
CMYK
RGB Variations
Color information
#DFC860 (or 0xDFC860) is known color: Golden Sand. HEX triplet: DF, C8 and 60. RGB value is (223,200,96). Sum of RGB (Red+Green+Blue) = 223+200+96=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC860 is #20379F. Grayscale: #C3C3C3. Windows color (decimal): -2111392 or 6342879. OLE color: 6342879.
HSL color Cylindrical-coordinate representation of color #DFC860: hue angle of 49.13º 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 #DFC860 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 96 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.13 |
| HSL | 49.13º | 0.66% | 0.63% | - |
| HSV(B) | 49.13º | 0.57% | 0.87% | - |
| XYZ | 53.2 | 57.84 | 19.43 | - |
| YUV | 195.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 96 | 0 | 0.10 | 0.57 | 0.13 | 49.13 | 0.66 | 0.63 |
| Hex | DF | C8 | 60 | 0 | A | 39 | D | 31 | 42 | 3F |
| Octal | 337 | 310 | 140 | 0 | 12 | 71 | 15 | 61 | 102 | 77 |
| Binary | 11011111 | 11001000 | 1100000 | 0 | 1010 | 111001 | 1101 | 110001 | 1000010 | 111111 |
Color Harmonies of #DFC860
Complementary color
Monochromatic Colors of #DFC860
Black with #DFC860
Text Example
Text Example
White with #DFC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC860; }
p { color: rgb(223,200,96); }
H1.HeaderClassName
{
color: #DFC860;
}
.AnyTagClassName
{
color: #DFC860;
}
</style>
background-color css
<style>
a { background-color: #DFC860; }
a { background-color: rgb(223,200,96); }
div.DivClassName
{
background-color: #DFC860;
}
.BgClassName
{
background-color: #DFC860;
}
</style>
border-color css
<style>
span { border-color: #DFC860; }
span { border-color: rgb(223,200,96); }
td.TdClassName
{
border-color: #DFC860;
}
.TagClassName
{
border-color: #DFC860;
}
</style>