Shades of Golden Sand #DFC75F
Tints of Golden Sand #DFC75F
RGB
CMYK
RGB Variations
Color information
#DFC75F (or 0xDFC75F) is known color: Golden Sand. HEX triplet: DF, C7 and 5F. RGB value is (223,199,95). Sum of RGB (Red+Green+Blue) = 223+199+95=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC75F is #2038A0. Grayscale: #C2C2C2. Windows color (decimal): -2111649 or 6277087. OLE color: 6277087.
HSL color Cylindrical-coordinate representation of color #DFC75F: hue angle of 48.75º 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 #DFC75F is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 95 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.13 |
| HSL | 48.75º | 0.67% | 0.62% | - |
| HSV(B) | 48.75º | 0.57% | 0.87% | - |
| XYZ | 52.92 | 57.36 | 19.11 | - |
| YUV | 194.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 95 | 0 | 0.11 | 0.57 | 0.13 | 48.75 | 0.67 | 0.62 |
| Hex | DF | C7 | 5F | 0 | B | 39 | D | 31 | 43 | 3E |
| Octal | 337 | 307 | 137 | 0 | 13 | 71 | 15 | 61 | 103 | 76 |
| Binary | 11011111 | 11000111 | 1011111 | 0 | 1011 | 111001 | 1101 | 110001 | 1000011 | 111110 |
Color Harmonies of #DFC75F
Complementary color
Monochromatic Colors of #DFC75F
Black with #DFC75F
Text Example
Text Example
White with #DFC75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC75F; }
p { color: rgb(223,199,95); }
H1.HeaderClassName
{
color: #DFC75F;
}
.AnyTagClassName
{
color: #DFC75F;
}
</style>
background-color css
<style>
a { background-color: #DFC75F; }
a { background-color: rgb(223,199,95); }
div.DivClassName
{
background-color: #DFC75F;
}
.BgClassName
{
background-color: #DFC75F;
}
</style>
border-color css
<style>
span { border-color: #DFC75F; }
span { border-color: rgb(223,199,95); }
td.TdClassName
{
border-color: #DFC75F;
}
.TagClassName
{
border-color: #DFC75F;
}
</style>