Shades of Golden Sand #DFCC66
Tints of Golden Sand #DFCC66
RGB
CMYK
RGB Variations
Color information
#DFCC66 (or 0xDFCC66) is known color: Golden Sand. HEX triplet: DF, CC and 66. RGB value is (223,204,102). Sum of RGB (Red+Green+Blue) = 223+204+102=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC66 is #203399. Grayscale: #C6C6C6. Windows color (decimal): -2110362 or 6737119. OLE color: 6737119.
HSL color Cylindrical-coordinate representation of color #DFCC66: hue angle of 50.58º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFCC66 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 102 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.13 |
| HSL | 50.58º | 0.65% | 0.64% | - |
| HSV(B) | 50.58º | 0.54% | 0.87% | - |
| XYZ | 54.42 | 59.83 | 21.25 | - |
| YUV | 198.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 102 | 0 | 0.09 | 0.54 | 0.13 | 50.58 | 0.65 | 0.64 |
| Hex | DF | CC | 66 | 0 | 9 | 36 | D | 33 | 41 | 40 |
| Octal | 337 | 314 | 146 | 0 | 11 | 66 | 15 | 63 | 101 | 100 |
| Binary | 11011111 | 11001100 | 1100110 | 0 | 1001 | 110110 | 1101 | 110011 | 1000001 | 1000000 |
Color Harmonies of #DFCC66
Complementary color
Monochromatic Colors of #DFCC66
Black with #DFCC66
Text Example
Text Example
White with #DFCC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC66; }
p { color: rgb(223,204,102); }
H1.HeaderClassName
{
color: #DFCC66;
}
.AnyTagClassName
{
color: #DFCC66;
}
</style>
background-color css
<style>
a { background-color: #DFCC66; }
a { background-color: rgb(223,204,102); }
div.DivClassName
{
background-color: #DFCC66;
}
.BgClassName
{
background-color: #DFCC66;
}
</style>
border-color css
<style>
span { border-color: #DFCC66; }
span { border-color: rgb(223,204,102); }
td.TdClassName
{
border-color: #DFCC66;
}
.TagClassName
{
border-color: #DFCC66;
}
</style>