Shades of Golden Sand #DFC761
Tints of Golden Sand #DFC761
RGB
CMYK
RGB Variations
Color information
#DFC761 (or 0xDFC761) is known color: Golden Sand. HEX triplet: DF, C7 and 61. RGB value is (223,199,97). Sum of RGB (Red+Green+Blue) = 223+199+97=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC761 is #20389E. Grayscale: #C2C2C2. Windows color (decimal): -2111647 or 6408159. OLE color: 6408159.
HSL color Cylindrical-coordinate representation of color #DFC761: hue angle of 48.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFC761 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 97 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.13 |
| HSL | 48.57º | 0.66% | 0.63% | - |
| HSV(B) | 48.57º | 0.57% | 0.87% | - |
| XYZ | 53.01 | 57.4 | 19.59 | - |
| YUV | 194.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 97 | 0 | 0.11 | 0.57 | 0.13 | 48.57 | 0.66 | 0.63 |
| Hex | DF | C7 | 61 | 0 | B | 39 | D | 31 | 42 | 3F |
| Octal | 337 | 307 | 141 | 0 | 13 | 71 | 15 | 61 | 102 | 77 |
| Binary | 11011111 | 11000111 | 1100001 | 0 | 1011 | 111001 | 1101 | 110001 | 1000010 | 111111 |
Color Harmonies of #DFC761
Complementary color
Monochromatic Colors of #DFC761
Black with #DFC761
Text Example
Text Example
White with #DFC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC761; }
p { color: rgb(223,199,97); }
H1.HeaderClassName
{
color: #DFC761;
}
.AnyTagClassName
{
color: #DFC761;
}
</style>
background-color css
<style>
a { background-color: #DFC761; }
a { background-color: rgb(223,199,97); }
div.DivClassName
{
background-color: #DFC761;
}
.BgClassName
{
background-color: #DFC761;
}
</style>
border-color css
<style>
span { border-color: #DFC761; }
span { border-color: rgb(223,199,97); }
td.TdClassName
{
border-color: #DFC761;
}
.TagClassName
{
border-color: #DFC761;
}
</style>