Shades of Golden Sand #DFC95E
Tints of Golden Sand #DFC95E
RGB
CMYK
RGB Variations
Color information
#DFC95E (or 0xDFC95E) is known color: Golden Sand. HEX triplet: DF, C9 and 5E. RGB value is (223,201,94). Sum of RGB (Red+Green+Blue) = 223+201+94=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC95E is #2036A1. Grayscale: #C3C3C3. Windows color (decimal): -2111138 or 6212063. OLE color: 6212063.
HSL color Cylindrical-coordinate representation of color #DFC95E: hue angle of 49.77º 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 #DFC95E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 94 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.13 |
| HSL | 49.77º | 0.67% | 0.62% | - |
| HSV(B) | 49.77º | 0.58% | 0.87% | - |
| XYZ | 53.34 | 58.27 | 19.03 | - |
| YUV | 195.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 94 | 0 | 0.10 | 0.58 | 0.13 | 49.77 | 0.67 | 0.62 |
| Hex | DF | C9 | 5E | 0 | A | 3A | D | 32 | 43 | 3E |
| Octal | 337 | 311 | 136 | 0 | 12 | 72 | 15 | 62 | 103 | 76 |
| Binary | 11011111 | 11001001 | 1011110 | 0 | 1010 | 111010 | 1101 | 110010 | 1000011 | 111110 |
Color Harmonies of #DFC95E
Complementary color
Monochromatic Colors of #DFC95E
Black with #DFC95E
Text Example
Text Example
White with #DFC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC95E; }
p { color: rgb(223,201,94); }
H1.HeaderClassName
{
color: #DFC95E;
}
.AnyTagClassName
{
color: #DFC95E;
}
</style>
background-color css
<style>
a { background-color: #DFC95E; }
a { background-color: rgb(223,201,94); }
div.DivClassName
{
background-color: #DFC95E;
}
.BgClassName
{
background-color: #DFC95E;
}
</style>
border-color css
<style>
span { border-color: #DFC95E; }
span { border-color: rgb(223,201,94); }
td.TdClassName
{
border-color: #DFC95E;
}
.TagClassName
{
border-color: #DFC95E;
}
</style>