Shades of Golden Sand #DFC862
Tints of Golden Sand #DFC862
RGB
CMYK
RGB Variations
Color information
#DFC862 (or 0xDFC862) is known color: Golden Sand. HEX triplet: DF, C8 and 62. RGB value is (223,200,98). Sum of RGB (Red+Green+Blue) = 223+200+98=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC862 is #20379D. Grayscale: #C3C3C3. Windows color (decimal): -2111390 or 6473951. OLE color: 6473951.
HSL color Cylindrical-coordinate representation of color #DFC862: hue angle of 48.96º 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 #DFC862 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 98 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.13 |
| HSL | 48.96º | 0.66% | 0.63% | - |
| HSV(B) | 48.96º | 0.56% | 0.87% | - |
| XYZ | 53.29 | 57.88 | 19.92 | - |
| YUV | 195.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 98 | 0 | 0.10 | 0.56 | 0.13 | 48.96 | 0.66 | 0.63 |
| Hex | DF | C8 | 62 | 0 | A | 38 | D | 31 | 42 | 3F |
| Octal | 337 | 310 | 142 | 0 | 12 | 70 | 15 | 61 | 102 | 77 |
| Binary | 11011111 | 11001000 | 1100010 | 0 | 1010 | 111000 | 1101 | 110001 | 1000010 | 111111 |
Color Harmonies of #DFC862
Complementary color
Monochromatic Colors of #DFC862
Black with #DFC862
Text Example
Text Example
White with #DFC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC862; }
p { color: rgb(223,200,98); }
H1.HeaderClassName
{
color: #DFC862;
}
.AnyTagClassName
{
color: #DFC862;
}
</style>
background-color css
<style>
a { background-color: #DFC862; }
a { background-color: rgb(223,200,98); }
div.DivClassName
{
background-color: #DFC862;
}
.BgClassName
{
background-color: #DFC862;
}
</style>
border-color css
<style>
span { border-color: #DFC862; }
span { border-color: rgb(223,200,98); }
td.TdClassName
{
border-color: #DFC862;
}
.TagClassName
{
border-color: #DFC862;
}
</style>