Shades of Golden Sand #DFCF63
Tints of Golden Sand #DFCF63
RGB
CMYK
RGB Variations
Color information
#DFCF63 (or 0xDFCF63) is known color: Golden Sand. HEX triplet: DF, CF and 63. RGB value is (223,207,99). Sum of RGB (Red+Green+Blue) = 223+207+99=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF63 is #20309C. Grayscale: #C7C7C7. Windows color (decimal): -2109597 or 6541279. OLE color: 6541279.
HSL color Cylindrical-coordinate representation of color #DFCF63: hue angle of 52.26º 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 #DFCF63 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 99 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.13 |
| HSL | 52.26º | 0.66% | 0.63% | - |
| HSV(B) | 52.26º | 0.56% | 0.87% | - |
| XYZ | 55 | 61.21 | 20.72 | - |
| YUV | 199.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 99 | 0 | 0.07 | 0.56 | 0.13 | 52.26 | 0.66 | 0.63 |
| Hex | DF | CF | 63 | 0 | 7 | 38 | D | 34 | 42 | 3F |
| Octal | 337 | 317 | 143 | 0 | 7 | 70 | 15 | 64 | 102 | 77 |
| Binary | 11011111 | 11001111 | 1100011 | 0 | 111 | 111000 | 1101 | 110100 | 1000010 | 111111 |
Color Harmonies of #DFCF63
Complementary color
Monochromatic Colors of #DFCF63
Black with #DFCF63
Text Example
Text Example
White with #DFCF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF63; }
p { color: rgb(223,207,99); }
H1.HeaderClassName
{
color: #DFCF63;
}
.AnyTagClassName
{
color: #DFCF63;
}
</style>
background-color css
<style>
a { background-color: #DFCF63; }
a { background-color: rgb(223,207,99); }
div.DivClassName
{
background-color: #DFCF63;
}
.BgClassName
{
background-color: #DFCF63;
}
</style>
border-color css
<style>
span { border-color: #DFCF63; }
span { border-color: rgb(223,207,99); }
td.TdClassName
{
border-color: #DFCF63;
}
.TagClassName
{
border-color: #DFCF63;
}
</style>