Shades of Sandwisp #DFC978
Tints of Sandwisp #DFC978
RGB
CMYK
RGB Variations
Color information
#DFC978 (or 0xDFC978) is known color: Sandwisp. HEX triplet: DF, C9 and 78. RGB value is (223,201,120). Sum of RGB (Red+Green+Blue) = 223+201+120=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC978 is #203687. Grayscale: #C6C6C6. Windows color (decimal): -2111112 or 7915999. OLE color: 7915999.
HSL color Cylindrical-coordinate representation of color #DFC978: hue angle of 47.18º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFC978 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 120 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.13 |
| HSL | 47.18º | 0.62% | 0.67% | - |
| HSV(B) | 47.18º | 0.46% | 0.87% | - |
| XYZ | 54.71 | 58.82 | 26.24 | - |
| YUV | 198.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 120 | 0 | 0.10 | 0.46 | 0.13 | 47.18 | 0.62 | 0.67 |
| Hex | DF | C9 | 78 | 0 | A | 2E | D | 2F | 3E | 43 |
| Octal | 337 | 311 | 170 | 0 | 12 | 56 | 15 | 57 | 76 | 103 |
| Binary | 11011111 | 11001001 | 1111000 | 0 | 1010 | 101110 | 1101 | 101111 | 111110 | 1000011 |
Color Harmonies of #DFC978
Complementary color
Monochromatic Colors of #DFC978
Black with #DFC978
Text Example
Text Example
White with #DFC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC978; }
p { color: rgb(223,201,120); }
H1.HeaderClassName
{
color: #DFC978;
}
.AnyTagClassName
{
color: #DFC978;
}
</style>
background-color css
<style>
a { background-color: #DFC978; }
a { background-color: rgb(223,201,120); }
div.DivClassName
{
background-color: #DFC978;
}
.BgClassName
{
background-color: #DFC978;
}
</style>
border-color css
<style>
span { border-color: #DFC978; }
span { border-color: rgb(223,201,120); }
td.TdClassName
{
border-color: #DFC978;
}
.TagClassName
{
border-color: #DFC978;
}
</style>