Shades of Golden Sand #DFCD63
Tints of Golden Sand #DFCD63
RGB
CMYK
RGB Variations
Color information
#DFCD63 (or 0xDFCD63) is known color: Golden Sand. HEX triplet: DF, CD and 63. RGB value is (223,205,99). Sum of RGB (Red+Green+Blue) = 223+205+99=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD63 is #20329C. Grayscale: #C6C6C6. Windows color (decimal): -2110109 or 6540767. OLE color: 6540767.
HSL color Cylindrical-coordinate representation of color #DFCD63: hue angle of 51.29º 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 #DFCD63 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 99 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.13 |
| HSL | 51.29º | 0.66% | 0.63% | - |
| HSV(B) | 51.29º | 0.56% | 0.87% | - |
| XYZ | 54.51 | 60.25 | 20.56 | - |
| YUV | 198.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 99 | 0 | 0.08 | 0.56 | 0.13 | 51.29 | 0.66 | 0.63 |
| Hex | DF | CD | 63 | 0 | 8 | 38 | D | 33 | 42 | 3F |
| Octal | 337 | 315 | 143 | 0 | 10 | 70 | 15 | 63 | 102 | 77 |
| Binary | 11011111 | 11001101 | 1100011 | 0 | 1000 | 111000 | 1101 | 110011 | 1000010 | 111111 |
Color Harmonies of #DFCD63
Complementary color
Monochromatic Colors of #DFCD63
Black with #DFCD63
Text Example
Text Example
White with #DFCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD63; }
p { color: rgb(223,205,99); }
H1.HeaderClassName
{
color: #DFCD63;
}
.AnyTagClassName
{
color: #DFCD63;
}
</style>
background-color css
<style>
a { background-color: #DFCD63; }
a { background-color: rgb(223,205,99); }
div.DivClassName
{
background-color: #DFCD63;
}
.BgClassName
{
background-color: #DFCD63;
}
</style>
border-color css
<style>
span { border-color: #DFCD63; }
span { border-color: rgb(223,205,99); }
td.TdClassName
{
border-color: #DFCD63;
}
.TagClassName
{
border-color: #DFCD63;
}
</style>