Shades of Golden Sand #DFCA5E
Tints of Golden Sand #DFCA5E
RGB
CMYK
RGB Variations
Color information
#DFCA5E (or 0xDFCA5E) is known color: Golden Sand. HEX triplet: DF, CA and 5E. RGB value is (223,202,94). Sum of RGB (Red+Green+Blue) = 223+202+94=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA5E is #2035A1. Grayscale: #C4C4C4. Windows color (decimal): -2110882 or 6212319. OLE color: 6212319.
HSL color Cylindrical-coordinate representation of color #DFCA5E: hue angle of 50.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFCA5E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 94 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.13 |
| HSL | 50.23º | 0.67% | 0.62% | - |
| HSV(B) | 50.23º | 0.58% | 0.87% | - |
| XYZ | 53.57 | 58.74 | 19.1 | - |
| YUV | 195.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 94 | 0 | 0.09 | 0.58 | 0.13 | 50.23 | 0.67 | 0.62 |
| Hex | DF | CA | 5E | 0 | 9 | 3A | D | 32 | 43 | 3E |
| Octal | 337 | 312 | 136 | 0 | 11 | 72 | 15 | 62 | 103 | 76 |
| Binary | 11011111 | 11001010 | 1011110 | 0 | 1001 | 111010 | 1101 | 110010 | 1000011 | 111110 |
Color Harmonies of #DFCA5E
Complementary color
Monochromatic Colors of #DFCA5E
Black with #DFCA5E
Text Example
Text Example
White with #DFCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA5E; }
p { color: rgb(223,202,94); }
H1.HeaderClassName
{
color: #DFCA5E;
}
.AnyTagClassName
{
color: #DFCA5E;
}
</style>
background-color css
<style>
a { background-color: #DFCA5E; }
a { background-color: rgb(223,202,94); }
div.DivClassName
{
background-color: #DFCA5E;
}
.BgClassName
{
background-color: #DFCA5E;
}
</style>
border-color css
<style>
span { border-color: #DFCA5E; }
span { border-color: rgb(223,202,94); }
td.TdClassName
{
border-color: #DFCA5E;
}
.TagClassName
{
border-color: #DFCA5E;
}
</style>