Shades of Sandwisp #DFC988
Tints of Sandwisp #DFC988
RGB
CMYK
RGB Variations
Color information
#DFC988 (or 0xDFC988) is known color: Sandwisp. HEX triplet: DF, C9 and 88. RGB value is (223,201,136). Sum of RGB (Red+Green+Blue) = 223+201+136=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC988 is #203677. Grayscale: #C8C8C8. Windows color (decimal): -2111096 or 8964575. OLE color: 8964575.
HSL color Cylindrical-coordinate representation of color #DFC988: hue angle of 44.83º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFC988 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 136 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.13 |
| HSL | 44.83º | 0.58% | 0.7% | - |
| HSV(B) | 44.83º | 0.39% | 0.87% | - |
| XYZ | 55.76 | 59.24 | 31.79 | - |
| YUV | 200.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 136 | 0 | 0.10 | 0.39 | 0.13 | 44.83 | 0.58 | 0.7 |
| Hex | DF | C9 | 88 | 0 | A | 27 | D | 2D | 3A | 46 |
| Octal | 337 | 311 | 210 | 0 | 12 | 47 | 15 | 55 | 72 | 106 |
| Binary | 11011111 | 11001001 | 10001000 | 0 | 1010 | 100111 | 1101 | 101101 | 111010 | 1000110 |
Color Harmonies of #DFC988
Complementary color
Monochromatic Colors of #DFC988
Black with #DFC988
Text Example
Text Example
White with #DFC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC988; }
p { color: rgb(223,201,136); }
H1.HeaderClassName
{
color: #DFC988;
}
.AnyTagClassName
{
color: #DFC988;
}
</style>
background-color css
<style>
a { background-color: #DFC988; }
a { background-color: rgb(223,201,136); }
div.DivClassName
{
background-color: #DFC988;
}
.BgClassName
{
background-color: #DFC988;
}
</style>
border-color css
<style>
span { border-color: #DFC988; }
span { border-color: rgb(223,201,136); }
td.TdClassName
{
border-color: #DFC988;
}
.TagClassName
{
border-color: #DFC988;
}
</style>