Shades of Sandwisp #DFC985
Tints of Sandwisp #DFC985
RGB
CMYK
RGB Variations
Color information
#DFC985 (or 0xDFC985) is known color: Sandwisp. HEX triplet: DF, C9 and 85. RGB value is (223,201,133). Sum of RGB (Red+Green+Blue) = 223+201+133=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC985 is #20367A. Grayscale: #C8C8C8. Windows color (decimal): -2111099 or 8767967. OLE color: 8767967.
HSL color Cylindrical-coordinate representation of color #DFC985: hue angle of 45.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFC985 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 133 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.13 |
| HSL | 45.33º | 0.58% | 0.7% | - |
| HSV(B) | 45.33º | 0.4% | 0.87% | - |
| XYZ | 55.55 | 59.15 | 30.68 | - |
| YUV | 199.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 133 | 0 | 0.10 | 0.40 | 0.13 | 45.33 | 0.58 | 0.7 |
| Hex | DF | C9 | 85 | 0 | A | 28 | D | 2D | 3A | 46 |
| Octal | 337 | 311 | 205 | 0 | 12 | 50 | 15 | 55 | 72 | 106 |
| Binary | 11011111 | 11001001 | 10000101 | 0 | 1010 | 101000 | 1101 | 101101 | 111010 | 1000110 |
Color Harmonies of #DFC985
Complementary color
Monochromatic Colors of #DFC985
Black with #DFC985
Text Example
Text Example
White with #DFC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC985; }
p { color: rgb(223,201,133); }
H1.HeaderClassName
{
color: #DFC985;
}
.AnyTagClassName
{
color: #DFC985;
}
</style>
background-color css
<style>
a { background-color: #DFC985; }
a { background-color: rgb(223,201,133); }
div.DivClassName
{
background-color: #DFC985;
}
.BgClassName
{
background-color: #DFC985;
}
</style>
border-color css
<style>
span { border-color: #DFC985; }
span { border-color: rgb(223,201,133); }
td.TdClassName
{
border-color: #DFC985;
}
.TagClassName
{
border-color: #DFC985;
}
</style>