Shades of Golden Sand #DFD166
Tints of Golden Sand #DFD166
RGB
CMYK
RGB Variations
Color information
#DFD166 (or 0xDFD166) is known color: Golden Sand. HEX triplet: DF, D1 and 66. RGB value is (223,209,102). Sum of RGB (Red+Green+Blue) = 223+209+102=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD166 is #202E99. Grayscale: #C9C9C9. Windows color (decimal): -2109082 or 6738399. OLE color: 6738399.
HSL color Cylindrical-coordinate representation of color #DFD166: hue angle of 53.06º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFD166 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 102 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.13 |
| HSL | 53.06º | 0.65% | 0.64% | - |
| HSV(B) | 53.06º | 0.54% | 0.87% | - |
| XYZ | 55.63 | 62.25 | 21.65 | - |
| YUV | 200.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 102 | 0 | 0.06 | 0.54 | 0.13 | 53.06 | 0.65 | 0.64 |
| Hex | DF | D1 | 66 | 0 | 6 | 36 | D | 35 | 41 | 40 |
| Octal | 337 | 321 | 146 | 0 | 6 | 66 | 15 | 65 | 101 | 100 |
| Binary | 11011111 | 11010001 | 1100110 | 0 | 110 | 110110 | 1101 | 110101 | 1000001 | 1000000 |
Color Harmonies of #DFD166
Complementary color
Monochromatic Colors of #DFD166
Black with #DFD166
Text Example
Text Example
White with #DFD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD166; }
p { color: rgb(223,209,102); }
H1.HeaderClassName
{
color: #DFD166;
}
.AnyTagClassName
{
color: #DFD166;
}
</style>
background-color css
<style>
a { background-color: #DFD166; }
a { background-color: rgb(223,209,102); }
div.DivClassName
{
background-color: #DFD166;
}
.BgClassName
{
background-color: #DFD166;
}
</style>
border-color css
<style>
span { border-color: #DFD166; }
span { border-color: rgb(223,209,102); }
td.TdClassName
{
border-color: #DFD166;
}
.TagClassName
{
border-color: #DFD166;
}
</style>