Shades of Golden Sand #DFC65E
Tints of Golden Sand #DFC65E
RGB
CMYK
RGB Variations
Color information
#DFC65E (or 0xDFC65E) is known color: Golden Sand. HEX triplet: DF, C6 and 5E. RGB value is (223,198,94). Sum of RGB (Red+Green+Blue) = 223+198+94=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC65E is #2039A1. Grayscale: #C2C2C2. Windows color (decimal): -2111906 or 6211295. OLE color: 6211295.
HSL color Cylindrical-coordinate representation of color #DFC65E: hue angle of 48.37º 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 #DFC65E is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 94 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.13 |
| HSL | 48.37º | 0.67% | 0.62% | - |
| HSV(B) | 48.37º | 0.58% | 0.87% | - |
| XYZ | 52.65 | 56.88 | 18.79 | - |
| YUV | 193.62 | 71.78 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 94 | 0 | 0.11 | 0.58 | 0.13 | 48.37 | 0.67 | 0.62 |
| Hex | DF | C6 | 5E | 0 | B | 3A | D | 30 | 43 | 3E |
| Octal | 337 | 306 | 136 | 0 | 13 | 72 | 15 | 60 | 103 | 76 |
| Binary | 11011111 | 11000110 | 1011110 | 0 | 1011 | 111010 | 1101 | 110000 | 1000011 | 111110 |
Color Harmonies of #DFC65E
Complementary color
Monochromatic Colors of #DFC65E
Black with #DFC65E
Text Example
Text Example
White with #DFC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC65E; }
p { color: rgb(223,198,94); }
H1.HeaderClassName
{
color: #DFC65E;
}
.AnyTagClassName
{
color: #DFC65E;
}
</style>
background-color css
<style>
a { background-color: #DFC65E; }
a { background-color: rgb(223,198,94); }
div.DivClassName
{
background-color: #DFC65E;
}
.BgClassName
{
background-color: #DFC65E;
}
</style>
border-color css
<style>
span { border-color: #DFC65E; }
span { border-color: rgb(223,198,94); }
td.TdClassName
{
border-color: #DFC65E;
}
.TagClassName
{
border-color: #DFC65E;
}
</style>