Shades of Golden Sand #DFCA63
Tints of Golden Sand #DFCA63
RGB
CMYK
RGB Variations
Color information
#DFCA63 (or 0xDFCA63) is known color: Golden Sand. HEX triplet: DF, CA and 63. RGB value is (223,202,99). Sum of RGB (Red+Green+Blue) = 223+202+99=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA63 is #20359C. Grayscale: #C4C4C4. Windows color (decimal): -2110877 or 6539999. OLE color: 6539999.
HSL color Cylindrical-coordinate representation of color #DFCA63: hue angle of 49.84º 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 #DFCA63 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 99 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.13 |
| HSL | 49.84º | 0.66% | 0.63% | - |
| HSV(B) | 49.84º | 0.56% | 0.87% | - |
| XYZ | 53.8 | 58.83 | 20.32 | - |
| YUV | 196.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 99 | 0 | 0.09 | 0.56 | 0.13 | 49.84 | 0.66 | 0.63 |
| Hex | DF | CA | 63 | 0 | 9 | 38 | D | 32 | 42 | 3F |
| Octal | 337 | 312 | 143 | 0 | 11 | 70 | 15 | 62 | 102 | 77 |
| Binary | 11011111 | 11001010 | 1100011 | 0 | 1001 | 111000 | 1101 | 110010 | 1000010 | 111111 |
Color Harmonies of #DFCA63
Complementary color
Monochromatic Colors of #DFCA63
Black with #DFCA63
Text Example
Text Example
White with #DFCA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA63; }
p { color: rgb(223,202,99); }
H1.HeaderClassName
{
color: #DFCA63;
}
.AnyTagClassName
{
color: #DFCA63;
}
</style>
background-color css
<style>
a { background-color: #DFCA63; }
a { background-color: rgb(223,202,99); }
div.DivClassName
{
background-color: #DFCA63;
}
.BgClassName
{
background-color: #DFCA63;
}
</style>
border-color css
<style>
span { border-color: #DFCA63; }
span { border-color: rgb(223,202,99); }
td.TdClassName
{
border-color: #DFCA63;
}
.TagClassName
{
border-color: #DFCA63;
}
</style>