Shades of Golden Sand #DFC85D
Tints of Golden Sand #DFC85D
RGB
CMYK
RGB Variations
Color information
#DFC85D (or 0xDFC85D) is known color: Golden Sand. HEX triplet: DF, C8 and 5D. RGB value is (223,200,93). Sum of RGB (Red+Green+Blue) = 223+200+93=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC85D is #2037A2. Grayscale: #C3C3C3. Windows color (decimal): -2111395 or 6146271. OLE color: 6146271.
HSL color Cylindrical-coordinate representation of color #DFC85D: hue angle of 49.38º 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 #DFC85D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 93 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.13 |
| HSL | 49.38º | 0.67% | 0.62% | - |
| HSV(B) | 49.38º | 0.58% | 0.87% | - |
| XYZ | 53.06 | 57.79 | 18.71 | - |
| YUV | 194.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 93 | 0 | 0.10 | 0.58 | 0.13 | 49.38 | 0.67 | 0.62 |
| Hex | DF | C8 | 5D | 0 | A | 3A | D | 31 | 43 | 3E |
| Octal | 337 | 310 | 135 | 0 | 12 | 72 | 15 | 61 | 103 | 76 |
| Binary | 11011111 | 11001000 | 1011101 | 0 | 1010 | 111010 | 1101 | 110001 | 1000011 | 111110 |
Color Harmonies of #DFC85D
Complementary color
Monochromatic Colors of #DFC85D
Black with #DFC85D
Text Example
Text Example
White with #DFC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC85D; }
p { color: rgb(223,200,93); }
H1.HeaderClassName
{
color: #DFC85D;
}
.AnyTagClassName
{
color: #DFC85D;
}
</style>
background-color css
<style>
a { background-color: #DFC85D; }
a { background-color: rgb(223,200,93); }
div.DivClassName
{
background-color: #DFC85D;
}
.BgClassName
{
background-color: #DFC85D;
}
</style>
border-color css
<style>
span { border-color: #DFC85D; }
span { border-color: rgb(223,200,93); }
td.TdClassName
{
border-color: #DFC85D;
}
.TagClassName
{
border-color: #DFC85D;
}
</style>