Shades of Golden Sand #DFD164
Tints of Golden Sand #DFD164
RGB
CMYK
RGB Variations
Color information
#DFD164 (or 0xDFD164) is known color: Golden Sand. HEX triplet: DF, D1 and 64. RGB value is (223,209,100). Sum of RGB (Red+Green+Blue) = 223+209+100=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD164 is #202E9B. Grayscale: #C9C9C9. Windows color (decimal): -2109084 or 6607327. OLE color: 6607327.
HSL color Cylindrical-coordinate representation of color #DFD164: hue angle of 53.17º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFD164 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 100 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.13 |
| HSL | 53.17º | 0.66% | 0.63% | - |
| HSV(B) | 53.17º | 0.55% | 0.87% | - |
| XYZ | 55.53 | 62.21 | 21.14 | - |
| YUV | 200.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 100 | 0 | 0.06 | 0.55 | 0.13 | 53.17 | 0.66 | 0.63 |
| Hex | DF | D1 | 64 | 0 | 6 | 37 | D | 35 | 42 | 3F |
| Octal | 337 | 321 | 144 | 0 | 6 | 67 | 15 | 65 | 102 | 77 |
| Binary | 11011111 | 11010001 | 1100100 | 0 | 110 | 110111 | 1101 | 110101 | 1000010 | 111111 |
Color Harmonies of #DFD164
Complementary color
Monochromatic Colors of #DFD164
Black with #DFD164
Text Example
Text Example
White with #DFD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD164; }
p { color: rgb(223,209,100); }
H1.HeaderClassName
{
color: #DFD164;
}
.AnyTagClassName
{
color: #DFD164;
}
</style>
background-color css
<style>
a { background-color: #DFD164; }
a { background-color: rgb(223,209,100); }
div.DivClassName
{
background-color: #DFD164;
}
.BgClassName
{
background-color: #DFD164;
}
</style>
border-color css
<style>
span { border-color: #DFD164; }
span { border-color: rgb(223,209,100); }
td.TdClassName
{
border-color: #DFD164;
}
.TagClassName
{
border-color: #DFD164;
}
</style>