Shades of Golden Sand #DFC85B
Tints of Golden Sand #DFC85B
RGB
CMYK
RGB Variations
Color information
#DFC85B (or 0xDFC85B) is known color: Golden Sand. HEX triplet: DF, C8 and 5B. RGB value is (223,200,91). Sum of RGB (Red+Green+Blue) = 223+200+91=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC85B is #2037A4. Grayscale: #C2C2C2. Windows color (decimal): -2111397 or 6015199. OLE color: 6015199.
HSL color Cylindrical-coordinate representation of color #DFC85B: hue angle of 49.55º 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 #DFC85B is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 91 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.13 |
| HSL | 49.55º | 0.67% | 0.62% | - |
| HSV(B) | 49.55º | 0.59% | 0.87% | - |
| XYZ | 52.97 | 57.75 | 18.25 | - |
| YUV | 194.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 91 | 0 | 0.10 | 0.59 | 0.13 | 49.55 | 0.67 | 0.62 |
| Hex | DF | C8 | 5B | 0 | A | 3B | D | 32 | 43 | 3E |
| Octal | 337 | 310 | 133 | 0 | 12 | 73 | 15 | 62 | 103 | 76 |
| Binary | 11011111 | 11001000 | 1011011 | 0 | 1010 | 111011 | 1101 | 110010 | 1000011 | 111110 |
Color Harmonies of #DFC85B
Complementary color
Monochromatic Colors of #DFC85B
Black with #DFC85B
Text Example
Text Example
White with #DFC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC85B; }
p { color: rgb(223,200,91); }
H1.HeaderClassName
{
color: #DFC85B;
}
.AnyTagClassName
{
color: #DFC85B;
}
</style>
background-color css
<style>
a { background-color: #DFC85B; }
a { background-color: rgb(223,200,91); }
div.DivClassName
{
background-color: #DFC85B;
}
.BgClassName
{
background-color: #DFC85B;
}
</style>
border-color css
<style>
span { border-color: #DFC85B; }
span { border-color: rgb(223,200,91); }
td.TdClassName
{
border-color: #DFC85B;
}
.TagClassName
{
border-color: #DFC85B;
}
</style>