Shades of Sandwisp #DFC981
Tints of Sandwisp #DFC981
RGB
CMYK
RGB Variations
Color information
#DFC981 (or 0xDFC981) is known color: Sandwisp. HEX triplet: DF, C9 and 81. RGB value is (223,201,129). Sum of RGB (Red+Green+Blue) = 223+201+129=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC981 is #20367E. Grayscale: #C7C7C7. Windows color (decimal): -2111103 or 8505823. OLE color: 8505823.
HSL color Cylindrical-coordinate representation of color #DFC981: hue angle of 45.96º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFC981 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 129 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.13 |
| HSL | 45.96º | 0.59% | 0.69% | - |
| HSV(B) | 45.96º | 0.42% | 0.87% | - |
| XYZ | 55.28 | 59.05 | 29.25 | - |
| YUV | 199.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 129 | 0 | 0.10 | 0.42 | 0.13 | 45.96 | 0.59 | 0.69 |
| Hex | DF | C9 | 81 | 0 | A | 2A | D | 2E | 3B | 45 |
| Octal | 337 | 311 | 201 | 0 | 12 | 52 | 15 | 56 | 73 | 105 |
| Binary | 11011111 | 11001001 | 10000001 | 0 | 1010 | 101010 | 1101 | 101110 | 111011 | 1000101 |
Color Harmonies of #DFC981
Complementary color
Monochromatic Colors of #DFC981
Black with #DFC981
Text Example
Text Example
White with #DFC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC981; }
p { color: rgb(223,201,129); }
H1.HeaderClassName
{
color: #DFC981;
}
.AnyTagClassName
{
color: #DFC981;
}
</style>
background-color css
<style>
a { background-color: #DFC981; }
a { background-color: rgb(223,201,129); }
div.DivClassName
{
background-color: #DFC981;
}
.BgClassName
{
background-color: #DFC981;
}
</style>
border-color css
<style>
span { border-color: #DFC981; }
span { border-color: rgb(223,201,129); }
td.TdClassName
{
border-color: #DFC981;
}
.TagClassName
{
border-color: #DFC981;
}
</style>