Shades of Golden Sand #DFC763
Tints of Golden Sand #DFC763
RGB
CMYK
RGB Variations
Color information
#DFC763 (or 0xDFC763) is known color: Golden Sand. HEX triplet: DF, C7 and 63. RGB value is (223,199,99). Sum of RGB (Red+Green+Blue) = 223+199+99=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC763 is #20389C. Grayscale: #C3C3C3. Windows color (decimal): -2111645 or 6539231. OLE color: 6539231.
HSL color Cylindrical-coordinate representation of color #DFC763: hue angle of 48.39º 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 #DFC763 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 99 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.13 |
| HSL | 48.39º | 0.66% | 0.63% | - |
| HSV(B) | 48.39º | 0.56% | 0.87% | - |
| XYZ | 53.11 | 57.44 | 20.09 | - |
| YUV | 194.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 99 | 0 | 0.11 | 0.56 | 0.13 | 48.39 | 0.66 | 0.63 |
| Hex | DF | C7 | 63 | 0 | B | 38 | D | 30 | 42 | 3F |
| Octal | 337 | 307 | 143 | 0 | 13 | 70 | 15 | 60 | 102 | 77 |
| Binary | 11011111 | 11000111 | 1100011 | 0 | 1011 | 111000 | 1101 | 110000 | 1000010 | 111111 |
Color Harmonies of #DFC763
Complementary color
Monochromatic Colors of #DFC763
Black with #DFC763
Text Example
Text Example
White with #DFC763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC763; }
p { color: rgb(223,199,99); }
H1.HeaderClassName
{
color: #DFC763;
}
.AnyTagClassName
{
color: #DFC763;
}
</style>
background-color css
<style>
a { background-color: #DFC763; }
a { background-color: rgb(223,199,99); }
div.DivClassName
{
background-color: #DFC763;
}
.BgClassName
{
background-color: #DFC763;
}
</style>
border-color css
<style>
span { border-color: #DFC763; }
span { border-color: rgb(223,199,99); }
td.TdClassName
{
border-color: #DFC763;
}
.TagClassName
{
border-color: #DFC763;
}
</style>