Shades of Golden Sand #DFCC65
Tints of Golden Sand #DFCC65
RGB
CMYK
RGB Variations
Color information
#DFCC65 (or 0xDFCC65) is known color: Golden Sand. HEX triplet: DF, CC and 65. RGB value is (223,204,101). Sum of RGB (Red+Green+Blue) = 223+204+101=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC65 is #20339A. Grayscale: #C6C6C6. Windows color (decimal): -2110363 or 6671583. OLE color: 6671583.
HSL color Cylindrical-coordinate representation of color #DFCC65: hue angle of 50.66º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFCC65 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 101 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.13 |
| HSL | 50.66º | 0.66% | 0.64% | - |
| HSV(B) | 50.66º | 0.55% | 0.87% | - |
| XYZ | 54.37 | 59.81 | 20.99 | - |
| YUV | 197.94 | 73.29 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 101 | 0 | 0.09 | 0.55 | 0.13 | 50.66 | 0.66 | 0.64 |
| Hex | DF | CC | 65 | 0 | 9 | 37 | D | 33 | 42 | 40 |
| Octal | 337 | 314 | 145 | 0 | 11 | 67 | 15 | 63 | 102 | 100 |
| Binary | 11011111 | 11001100 | 1100101 | 0 | 1001 | 110111 | 1101 | 110011 | 1000010 | 1000000 |
Color Harmonies of #DFCC65
Complementary color
Monochromatic Colors of #DFCC65
Black with #DFCC65
Text Example
Text Example
White with #DFCC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC65; }
p { color: rgb(223,204,101); }
H1.HeaderClassName
{
color: #DFCC65;
}
.AnyTagClassName
{
color: #DFCC65;
}
</style>
background-color css
<style>
a { background-color: #DFCC65; }
a { background-color: rgb(223,204,101); }
div.DivClassName
{
background-color: #DFCC65;
}
.BgClassName
{
background-color: #DFCC65;
}
</style>
border-color css
<style>
span { border-color: #DFCC65; }
span { border-color: rgb(223,204,101); }
td.TdClassName
{
border-color: #DFCC65;
}
.TagClassName
{
border-color: #DFCC65;
}
</style>