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