Shades of Golden Sand #DFC85C
Tints of Golden Sand #DFC85C
RGB
CMYK
RGB Variations
Color information
#DFC85C (or 0xDFC85C) is known color: Golden Sand. HEX triplet: DF, C8 and 5C. RGB value is (223,200,92). Sum of RGB (Red+Green+Blue) = 223+200+92=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC85C is #2037A3. Grayscale: #C3C3C3. Windows color (decimal): -2111396 or 6080735. OLE color: 6080735.
HSL color Cylindrical-coordinate representation of color #DFC85C: hue angle of 49.47º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFC85C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 92 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.13 |
| HSL | 49.47º | 0.67% | 0.62% | - |
| HSV(B) | 49.47º | 0.59% | 0.87% | - |
| XYZ | 53.02 | 57.77 | 18.48 | - |
| YUV | 194.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 92 | 0 | 0.10 | 0.59 | 0.13 | 49.47 | 0.67 | 0.62 |
| Hex | DF | C8 | 5C | 0 | A | 3B | D | 31 | 43 | 3E |
| Octal | 337 | 310 | 134 | 0 | 12 | 73 | 15 | 61 | 103 | 76 |
| Binary | 11011111 | 11001000 | 1011100 | 0 | 1010 | 111011 | 1101 | 110001 | 1000011 | 111110 |
Color Harmonies of #DFC85C
Complementary color
Monochromatic Colors of #DFC85C
Black with #DFC85C
Text Example
Text Example
White with #DFC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC85C; }
p { color: rgb(223,200,92); }
H1.HeaderClassName
{
color: #DFC85C;
}
.AnyTagClassName
{
color: #DFC85C;
}
</style>
background-color css
<style>
a { background-color: #DFC85C; }
a { background-color: rgb(223,200,92); }
div.DivClassName
{
background-color: #DFC85C;
}
.BgClassName
{
background-color: #DFC85C;
}
</style>
border-color css
<style>
span { border-color: #DFC85C; }
span { border-color: rgb(223,200,92); }
td.TdClassName
{
border-color: #DFC85C;
}
.TagClassName
{
border-color: #DFC85C;
}
</style>