Shades of Golden Sand #DFD162
Tints of Golden Sand #DFD162
RGB
CMYK
RGB Variations
Color information
#DFD162 (or 0xDFD162) is known color: Golden Sand. HEX triplet: DF, D1 and 62. RGB value is (223,209,98). Sum of RGB (Red+Green+Blue) = 223+209+98=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD162 is #202E9D. Grayscale: #C8C8C8. Windows color (decimal): -2109086 or 6476255. OLE color: 6476255.
HSL color Cylindrical-coordinate representation of color #DFD162: hue angle of 53.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFD162 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 98 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.13 |
| HSL | 53.28º | 0.66% | 0.63% | - |
| HSV(B) | 53.28º | 0.56% | 0.87% | - |
| XYZ | 55.44 | 62.17 | 20.63 | - |
| YUV | 200.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 98 | 0 | 0.06 | 0.56 | 0.13 | 53.28 | 0.66 | 0.63 |
| Hex | DF | D1 | 62 | 0 | 6 | 38 | D | 35 | 42 | 3F |
| Octal | 337 | 321 | 142 | 0 | 6 | 70 | 15 | 65 | 102 | 77 |
| Binary | 11011111 | 11010001 | 1100010 | 0 | 110 | 111000 | 1101 | 110101 | 1000010 | 111111 |
Color Harmonies of #DFD162
Complementary color
Monochromatic Colors of #DFD162
Black with #DFD162
Text Example
Text Example
White with #DFD162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD162; }
p { color: rgb(223,209,98); }
H1.HeaderClassName
{
color: #DFD162;
}
.AnyTagClassName
{
color: #DFD162;
}
</style>
background-color css
<style>
a { background-color: #DFD162; }
a { background-color: rgb(223,209,98); }
div.DivClassName
{
background-color: #DFD162;
}
.BgClassName
{
background-color: #DFD162;
}
</style>
border-color css
<style>
span { border-color: #DFD162; }
span { border-color: rgb(223,209,98); }
td.TdClassName
{
border-color: #DFD162;
}
.TagClassName
{
border-color: #DFD162;
}
</style>