Shades of Golden Sand #DFCE66
Tints of Golden Sand #DFCE66
RGB
CMYK
RGB Variations
Color information
#DFCE66 (or 0xDFCE66) is known color: Golden Sand. HEX triplet: DF, CE and 66. RGB value is (223,206,102). Sum of RGB (Red+Green+Blue) = 223+206+102=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE66 is #203199. Grayscale: #C7C7C7. Windows color (decimal): -2109850 or 6737631. OLE color: 6737631.
HSL color Cylindrical-coordinate representation of color #DFCE66: hue angle of 51.57º 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 #DFCE66 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 102 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.13 |
| HSL | 51.57º | 0.65% | 0.64% | - |
| HSV(B) | 51.57º | 0.54% | 0.87% | - |
| XYZ | 54.9 | 60.79 | 21.41 | - |
| YUV | 199.23 | 73.13 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 102 | 0 | 0.08 | 0.54 | 0.13 | 51.57 | 0.65 | 0.64 |
| Hex | DF | CE | 66 | 0 | 8 | 36 | D | 34 | 41 | 40 |
| Octal | 337 | 316 | 146 | 0 | 10 | 66 | 15 | 64 | 101 | 100 |
| Binary | 11011111 | 11001110 | 1100110 | 0 | 1000 | 110110 | 1101 | 110100 | 1000001 | 1000000 |
Color Harmonies of #DFCE66
Complementary color
Monochromatic Colors of #DFCE66
Black with #DFCE66
Text Example
Text Example
White with #DFCE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE66; }
p { color: rgb(223,206,102); }
H1.HeaderClassName
{
color: #DFCE66;
}
.AnyTagClassName
{
color: #DFCE66;
}
</style>
background-color css
<style>
a { background-color: #DFCE66; }
a { background-color: rgb(223,206,102); }
div.DivClassName
{
background-color: #DFCE66;
}
.BgClassName
{
background-color: #DFCE66;
}
</style>
border-color css
<style>
span { border-color: #DFCE66; }
span { border-color: rgb(223,206,102); }
td.TdClassName
{
border-color: #DFCE66;
}
.TagClassName
{
border-color: #DFCE66;
}
</style>