Shades of Golden Sand #DFC965
Tints of Golden Sand #DFC965
RGB
CMYK
RGB Variations
Color information
#DFC965 (or 0xDFC965) is known color: Golden Sand. HEX triplet: DF, C9 and 65. RGB value is (223,201,101). Sum of RGB (Red+Green+Blue) = 223+201+101=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC965 is #20369A. Grayscale: #C4C4C4. Windows color (decimal): -2111131 or 6670815. OLE color: 6670815.
HSL color Cylindrical-coordinate representation of color #DFC965: hue angle of 49.18º 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 #DFC965 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 101 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.13 |
| HSL | 49.18º | 0.66% | 0.64% | - |
| HSV(B) | 49.18º | 0.55% | 0.87% | - |
| XYZ | 53.67 | 58.4 | 20.76 | - |
| YUV | 196.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 101 | 0 | 0.10 | 0.55 | 0.13 | 49.18 | 0.66 | 0.64 |
| Hex | DF | C9 | 65 | 0 | A | 37 | D | 31 | 42 | 40 |
| Octal | 337 | 311 | 145 | 0 | 12 | 67 | 15 | 61 | 102 | 100 |
| Binary | 11011111 | 11001001 | 1100101 | 0 | 1010 | 110111 | 1101 | 110001 | 1000010 | 1000000 |
Color Harmonies of #DFC965
Complementary color
Monochromatic Colors of #DFC965
Black with #DFC965
Text Example
Text Example
White with #DFC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC965; }
p { color: rgb(223,201,101); }
H1.HeaderClassName
{
color: #DFC965;
}
.AnyTagClassName
{
color: #DFC965;
}
</style>
background-color css
<style>
a { background-color: #DFC965; }
a { background-color: rgb(223,201,101); }
div.DivClassName
{
background-color: #DFC965;
}
.BgClassName
{
background-color: #DFC965;
}
</style>
border-color css
<style>
span { border-color: #DFC965; }
span { border-color: rgb(223,201,101); }
td.TdClassName
{
border-color: #DFC965;
}
.TagClassName
{
border-color: #DFC965;
}
</style>