Shades of Golden Sand #DFC661
Tints of Golden Sand #DFC661
RGB
CMYK
RGB Variations
Color information
#DFC661 (or 0xDFC661) is known color: Golden Sand. HEX triplet: DF, C6 and 61. RGB value is (223,198,97). Sum of RGB (Red+Green+Blue) = 223+198+97=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC661 is #20399E. Grayscale: #C2C2C2. Windows color (decimal): -2111903 or 6407903. OLE color: 6407903.
HSL color Cylindrical-coordinate representation of color #DFC661: hue angle of 48.1º 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 #DFC661 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 97 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.13 |
| HSL | 48.1º | 0.66% | 0.63% | - |
| HSV(B) | 48.1º | 0.57% | 0.87% | - |
| XYZ | 52.78 | 56.94 | 19.52 | - |
| YUV | 193.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 97 | 0 | 0.11 | 0.57 | 0.13 | 48.1 | 0.66 | 0.63 |
| Hex | DF | C6 | 61 | 0 | B | 39 | D | 30 | 42 | 3F |
| Octal | 337 | 306 | 141 | 0 | 13 | 71 | 15 | 60 | 102 | 77 |
| Binary | 11011111 | 11000110 | 1100001 | 0 | 1011 | 111001 | 1101 | 110000 | 1000010 | 111111 |
Color Harmonies of #DFC661
Complementary color
Monochromatic Colors of #DFC661
Black with #DFC661
Text Example
Text Example
White with #DFC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC661; }
p { color: rgb(223,198,97); }
H1.HeaderClassName
{
color: #DFC661;
}
.AnyTagClassName
{
color: #DFC661;
}
</style>
background-color css
<style>
a { background-color: #DFC661; }
a { background-color: rgb(223,198,97); }
div.DivClassName
{
background-color: #DFC661;
}
.BgClassName
{
background-color: #DFC661;
}
</style>
border-color css
<style>
span { border-color: #DFC661; }
span { border-color: rgb(223,198,97); }
td.TdClassName
{
border-color: #DFC661;
}
.TagClassName
{
border-color: #DFC661;
}
</style>