Shades of Golden Sand #DFC85E
Tints of Golden Sand #DFC85E
RGB
CMYK
RGB Variations
Color information
#DFC85E (or 0xDFC85E) is known color: Golden Sand. HEX triplet: DF, C8 and 5E. RGB value is (223,200,94). Sum of RGB (Red+Green+Blue) = 223+200+94=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC85E is #2037A1. Grayscale: #C3C3C3. Windows color (decimal): -2111394 or 6211807. OLE color: 6211807.
HSL color Cylindrical-coordinate representation of color #DFC85E: hue angle of 49.3º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFC85E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 94 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.13 |
| HSL | 49.3º | 0.67% | 0.62% | - |
| HSV(B) | 49.3º | 0.58% | 0.87% | - |
| XYZ | 53.11 | 57.8 | 18.95 | - |
| YUV | 194.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 94 | 0 | 0.10 | 0.58 | 0.13 | 49.3 | 0.67 | 0.62 |
| Hex | DF | C8 | 5E | 0 | A | 3A | D | 31 | 43 | 3E |
| Octal | 337 | 310 | 136 | 0 | 12 | 72 | 15 | 61 | 103 | 76 |
| Binary | 11011111 | 11001000 | 1011110 | 0 | 1010 | 111010 | 1101 | 110001 | 1000011 | 111110 |
Color Harmonies of #DFC85E
Complementary color
Monochromatic Colors of #DFC85E
Black with #DFC85E
Text Example
Text Example
White with #DFC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC85E; }
p { color: rgb(223,200,94); }
H1.HeaderClassName
{
color: #DFC85E;
}
.AnyTagClassName
{
color: #DFC85E;
}
</style>
background-color css
<style>
a { background-color: #DFC85E; }
a { background-color: rgb(223,200,94); }
div.DivClassName
{
background-color: #DFC85E;
}
.BgClassName
{
background-color: #DFC85E;
}
</style>
border-color css
<style>
span { border-color: #DFC85E; }
span { border-color: rgb(223,200,94); }
td.TdClassName
{
border-color: #DFC85E;
}
.TagClassName
{
border-color: #DFC85E;
}
</style>