Shades of Golden Sand #DFC963
Tints of Golden Sand #DFC963
RGB
CMYK
RGB Variations
Color information
#DFC963 (or 0xDFC963) is known color: Golden Sand. HEX triplet: DF, C9 and 63. RGB value is (223,201,99). Sum of RGB (Red+Green+Blue) = 223+201+99=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC963 is #20369C. Grayscale: #C4C4C4. Windows color (decimal): -2111133 or 6539743. OLE color: 6539743.
HSL color Cylindrical-coordinate representation of color #DFC963: hue angle of 49.35º 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 #DFC963 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 99 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.13 |
| HSL | 49.35º | 0.66% | 0.63% | - |
| HSV(B) | 49.35º | 0.56% | 0.87% | - |
| XYZ | 53.57 | 58.36 | 20.25 | - |
| YUV | 195.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 99 | 0 | 0.10 | 0.56 | 0.13 | 49.35 | 0.66 | 0.63 |
| Hex | DF | C9 | 63 | 0 | A | 38 | D | 31 | 42 | 3F |
| Octal | 337 | 311 | 143 | 0 | 12 | 70 | 15 | 61 | 102 | 77 |
| Binary | 11011111 | 11001001 | 1100011 | 0 | 1010 | 111000 | 1101 | 110001 | 1000010 | 111111 |
Color Harmonies of #DFC963
Complementary color
Monochromatic Colors of #DFC963
Black with #DFC963
Text Example
Text Example
White with #DFC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC963; }
p { color: rgb(223,201,99); }
H1.HeaderClassName
{
color: #DFC963;
}
.AnyTagClassName
{
color: #DFC963;
}
</style>
background-color css
<style>
a { background-color: #DFC963; }
a { background-color: rgb(223,201,99); }
div.DivClassName
{
background-color: #DFC963;
}
.BgClassName
{
background-color: #DFC963;
}
</style>
border-color css
<style>
span { border-color: #DFC963; }
span { border-color: rgb(223,201,99); }
td.TdClassName
{
border-color: #DFC963;
}
.TagClassName
{
border-color: #DFC963;
}
</style>