Shades of Golden Sand #DFC967
Tints of Golden Sand #DFC967
RGB
CMYK
RGB Variations
Color information
#DFC967 (or 0xDFC967) is known color: Golden Sand. HEX triplet: DF, C9 and 67. RGB value is (223,201,103). Sum of RGB (Red+Green+Blue) = 223+201+103=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC967 is #203698. Grayscale: #C4C4C4. Windows color (decimal): -2111129 or 6801887. OLE color: 6801887.
HSL color Cylindrical-coordinate representation of color #DFC967: hue angle of 49º 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 #DFC967 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 103 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.13 |
| HSL | 49º | 0.65% | 0.64% | - |
| HSV(B) | 49º | 0.54% | 0.87% | - |
| XYZ | 53.77 | 58.44 | 21.28 | - |
| YUV | 196.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 103 | 0 | 0.10 | 0.54 | 0.13 | 49 | 0.65 | 0.64 |
| Hex | DF | C9 | 67 | 0 | A | 36 | D | 31 | 41 | 40 |
| Octal | 337 | 311 | 147 | 0 | 12 | 66 | 15 | 61 | 101 | 100 |
| Binary | 11011111 | 11001001 | 1100111 | 0 | 1010 | 110110 | 1101 | 110001 | 1000001 | 1000000 |
Color Harmonies of #DFC967
Complementary color
Monochromatic Colors of #DFC967
Black with #DFC967
Text Example
Text Example
White with #DFC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC967; }
p { color: rgb(223,201,103); }
H1.HeaderClassName
{
color: #DFC967;
}
.AnyTagClassName
{
color: #DFC967;
}
</style>
background-color css
<style>
a { background-color: #DFC967; }
a { background-color: rgb(223,201,103); }
div.DivClassName
{
background-color: #DFC967;
}
.BgClassName
{
background-color: #DFC967;
}
</style>
border-color css
<style>
span { border-color: #DFC967; }
span { border-color: rgb(223,201,103); }
td.TdClassName
{
border-color: #DFC967;
}
.TagClassName
{
border-color: #DFC967;
}
</style>