Shades of Sandwisp #DFC97C
Tints of Sandwisp #DFC97C
RGB
CMYK
RGB Variations
Color information
#DFC97C (or 0xDFC97C) is known color: Sandwisp. HEX triplet: DF, C9 and 7C. RGB value is (223,201,124). Sum of RGB (Red+Green+Blue) = 223+201+124=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC97C is #203683. Grayscale: #C7C7C7. Windows color (decimal): -2111108 or 8178143. OLE color: 8178143.
HSL color Cylindrical-coordinate representation of color #DFC97C: hue angle of 46.67º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFC97C is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 124 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.13 |
| HSL | 46.67º | 0.61% | 0.68% | - |
| HSV(B) | 46.67º | 0.44% | 0.87% | - |
| XYZ | 54.96 | 58.92 | 27.54 | - |
| YUV | 198.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 124 | 0 | 0.10 | 0.44 | 0.13 | 46.67 | 0.61 | 0.68 |
| Hex | DF | C9 | 7C | 0 | A | 2C | D | 2F | 3D | 44 |
| Octal | 337 | 311 | 174 | 0 | 12 | 54 | 15 | 57 | 75 | 104 |
| Binary | 11011111 | 11001001 | 1111100 | 0 | 1010 | 101100 | 1101 | 101111 | 111101 | 1000100 |
Color Harmonies of #DFC97C
Complementary color
Monochromatic Colors of #DFC97C
Black with #DFC97C
Text Example
Text Example
White with #DFC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC97C; }
p { color: rgb(223,201,124); }
H1.HeaderClassName
{
color: #DFC97C;
}
.AnyTagClassName
{
color: #DFC97C;
}
</style>
background-color css
<style>
a { background-color: #DFC97C; }
a { background-color: rgb(223,201,124); }
div.DivClassName
{
background-color: #DFC97C;
}
.BgClassName
{
background-color: #DFC97C;
}
</style>
border-color css
<style>
span { border-color: #DFC97C; }
span { border-color: rgb(223,201,124); }
td.TdClassName
{
border-color: #DFC97C;
}
.TagClassName
{
border-color: #DFC97C;
}
</style>