Shades of Golden Sand #DFCD68
Tints of Golden Sand #DFCD68
RGB
CMYK
RGB Variations
Color information
#DFCD68 (or 0xDFCD68) is known color: Golden Sand. HEX triplet: DF, CD and 68. RGB value is (223,205,104). Sum of RGB (Red+Green+Blue) = 223+205+104=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD68 is #203297. Grayscale: #C7C7C7. Windows color (decimal): -2110104 or 6868447. OLE color: 6868447.
HSL color Cylindrical-coordinate representation of color #DFCD68: hue angle of 50.92º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFCD68 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 104 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.13 |
| HSL | 50.92º | 0.65% | 0.64% | - |
| HSV(B) | 50.92º | 0.53% | 0.87% | - |
| XYZ | 54.76 | 60.35 | 21.86 | - |
| YUV | 198.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 104 | 0 | 0.08 | 0.53 | 0.13 | 50.92 | 0.65 | 0.64 |
| Hex | DF | CD | 68 | 0 | 8 | 35 | D | 33 | 41 | 40 |
| Octal | 337 | 315 | 150 | 0 | 10 | 65 | 15 | 63 | 101 | 100 |
| Binary | 11011111 | 11001101 | 1101000 | 0 | 1000 | 110101 | 1101 | 110011 | 1000001 | 1000000 |
Color Harmonies of #DFCD68
Complementary color
Monochromatic Colors of #DFCD68
Black with #DFCD68
Text Example
Text Example
White with #DFCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD68; }
p { color: rgb(223,205,104); }
H1.HeaderClassName
{
color: #DFCD68;
}
.AnyTagClassName
{
color: #DFCD68;
}
</style>
background-color css
<style>
a { background-color: #DFCD68; }
a { background-color: rgb(223,205,104); }
div.DivClassName
{
background-color: #DFCD68;
}
.BgClassName
{
background-color: #DFCD68;
}
</style>
border-color css
<style>
span { border-color: #DFCD68; }
span { border-color: rgb(223,205,104); }
td.TdClassName
{
border-color: #DFCD68;
}
.TagClassName
{
border-color: #DFCD68;
}
</style>