Shades of Golden Sand #DFCC63
Tints of Golden Sand #DFCC63
RGB
CMYK
RGB Variations
Color information
#DFCC63 (or 0xDFCC63) is known color: Golden Sand. HEX triplet: DF, CC and 63. RGB value is (223,204,99). Sum of RGB (Red+Green+Blue) = 223+204+99=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC63 is #20339C. Grayscale: #C6C6C6. Windows color (decimal): -2110365 or 6540511. OLE color: 6540511.
HSL color Cylindrical-coordinate representation of color #DFCC63: hue angle of 50.81º 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 #DFCC63 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 99 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.13 |
| HSL | 50.81º | 0.66% | 0.63% | - |
| HSV(B) | 50.81º | 0.56% | 0.87% | - |
| XYZ | 54.28 | 59.77 | 20.48 | - |
| YUV | 197.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 99 | 0 | 0.09 | 0.56 | 0.13 | 50.81 | 0.66 | 0.63 |
| Hex | DF | CC | 63 | 0 | 9 | 38 | D | 33 | 42 | 3F |
| Octal | 337 | 314 | 143 | 0 | 11 | 70 | 15 | 63 | 102 | 77 |
| Binary | 11011111 | 11001100 | 1100011 | 0 | 1001 | 111000 | 1101 | 110011 | 1000010 | 111111 |
Color Harmonies of #DFCC63
Complementary color
Monochromatic Colors of #DFCC63
Black with #DFCC63
Text Example
Text Example
White with #DFCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC63; }
p { color: rgb(223,204,99); }
H1.HeaderClassName
{
color: #DFCC63;
}
.AnyTagClassName
{
color: #DFCC63;
}
</style>
background-color css
<style>
a { background-color: #DFCC63; }
a { background-color: rgb(223,204,99); }
div.DivClassName
{
background-color: #DFCC63;
}
.BgClassName
{
background-color: #DFCC63;
}
</style>
border-color css
<style>
span { border-color: #DFCC63; }
span { border-color: rgb(223,204,99); }
td.TdClassName
{
border-color: #DFCC63;
}
.TagClassName
{
border-color: #DFCC63;
}
</style>