Shades of Golden Sand #DFC75E
Tints of Golden Sand #DFC75E
RGB
CMYK
RGB Variations
Color information
#DFC75E (or 0xDFC75E) is known color: Golden Sand. HEX triplet: DF, C7 and 5E. RGB value is (223,199,94). Sum of RGB (Red+Green+Blue) = 223+199+94=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC75E is #2038A1. Grayscale: #C2C2C2. Windows color (decimal): -2111650 or 6211551. OLE color: 6211551.
HSL color Cylindrical-coordinate representation of color #DFC75E: hue angle of 48.84º 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 #DFC75E is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 94 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.13 |
| HSL | 48.84º | 0.67% | 0.62% | - |
| HSV(B) | 48.84º | 0.58% | 0.87% | - |
| XYZ | 52.88 | 57.34 | 18.87 | - |
| YUV | 194.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 94 | 0 | 0.11 | 0.58 | 0.13 | 48.84 | 0.67 | 0.62 |
| Hex | DF | C7 | 5E | 0 | B | 3A | D | 31 | 43 | 3E |
| Octal | 337 | 307 | 136 | 0 | 13 | 72 | 15 | 61 | 103 | 76 |
| Binary | 11011111 | 11000111 | 1011110 | 0 | 1011 | 111010 | 1101 | 110001 | 1000011 | 111110 |
Color Harmonies of #DFC75E
Complementary color
Monochromatic Colors of #DFC75E
Black with #DFC75E
Text Example
Text Example
White with #DFC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC75E; }
p { color: rgb(223,199,94); }
H1.HeaderClassName
{
color: #DFC75E;
}
.AnyTagClassName
{
color: #DFC75E;
}
</style>
background-color css
<style>
a { background-color: #DFC75E; }
a { background-color: rgb(223,199,94); }
div.DivClassName
{
background-color: #DFC75E;
}
.BgClassName
{
background-color: #DFC75E;
}
</style>
border-color css
<style>
span { border-color: #DFC75E; }
span { border-color: rgb(223,199,94); }
td.TdClassName
{
border-color: #DFC75E;
}
.TagClassName
{
border-color: #DFC75E;
}
</style>