Shades of Golden Sand #DFC85F
Tints of Golden Sand #DFC85F
RGB
CMYK
RGB Variations
Color information
#DFC85F (or 0xDFC85F) is known color: Golden Sand. HEX triplet: DF, C8 and 5F. RGB value is (223,200,95). Sum of RGB (Red+Green+Blue) = 223+200+95=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC85F is #2037A0. Grayscale: #C3C3C3. Windows color (decimal): -2111393 or 6277343. OLE color: 6277343.
HSL color Cylindrical-coordinate representation of color #DFC85F: hue angle of 49.22º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFC85F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 95 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.13 |
| HSL | 49.22º | 0.67% | 0.62% | - |
| HSV(B) | 49.22º | 0.57% | 0.87% | - |
| XYZ | 53.15 | 57.82 | 19.19 | - |
| YUV | 194.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 95 | 0 | 0.10 | 0.57 | 0.13 | 49.22 | 0.67 | 0.62 |
| Hex | DF | C8 | 5F | 0 | A | 39 | D | 31 | 43 | 3E |
| Octal | 337 | 310 | 137 | 0 | 12 | 71 | 15 | 61 | 103 | 76 |
| Binary | 11011111 | 11001000 | 1011111 | 0 | 1010 | 111001 | 1101 | 110001 | 1000011 | 111110 |
Color Harmonies of #DFC85F
Complementary color
Monochromatic Colors of #DFC85F
Black with #DFC85F
Text Example
Text Example
White with #DFC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC85F; }
p { color: rgb(223,200,95); }
H1.HeaderClassName
{
color: #DFC85F;
}
.AnyTagClassName
{
color: #DFC85F;
}
</style>
background-color css
<style>
a { background-color: #DFC85F; }
a { background-color: rgb(223,200,95); }
div.DivClassName
{
background-color: #DFC85F;
}
.BgClassName
{
background-color: #DFC85F;
}
</style>
border-color css
<style>
span { border-color: #DFC85F; }
span { border-color: rgb(223,200,95); }
td.TdClassName
{
border-color: #DFC85F;
}
.TagClassName
{
border-color: #DFC85F;
}
</style>