Shades of Sandwisp #DFC982
Tints of Sandwisp #DFC982
RGB
CMYK
RGB Variations
Color information
#DFC982 (or 0xDFC982) is known color: Sandwisp. HEX triplet: DF, C9 and 82. RGB value is (223,201,130). Sum of RGB (Red+Green+Blue) = 223+201+130=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC982 is #20367D. Grayscale: #C7C7C7. Windows color (decimal): -2111102 or 8571359. OLE color: 8571359.
HSL color Cylindrical-coordinate representation of color #DFC982: hue angle of 45.81º 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 #DFC982 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 130 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.13 |
| HSL | 45.81º | 0.59% | 0.69% | - |
| HSV(B) | 45.81º | 0.42% | 0.87% | - |
| XYZ | 55.35 | 59.07 | 29.6 | - |
| YUV | 199.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 130 | 0 | 0.10 | 0.42 | 0.13 | 45.81 | 0.59 | 0.69 |
| Hex | DF | C9 | 82 | 0 | A | 2A | D | 2E | 3B | 45 |
| Octal | 337 | 311 | 202 | 0 | 12 | 52 | 15 | 56 | 73 | 105 |
| Binary | 11011111 | 11001001 | 10000010 | 0 | 1010 | 101010 | 1101 | 101110 | 111011 | 1000101 |
Color Harmonies of #DFC982
Complementary color
Monochromatic Colors of #DFC982
Black with #DFC982
Text Example
Text Example
White with #DFC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC982; }
p { color: rgb(223,201,130); }
H1.HeaderClassName
{
color: #DFC982;
}
.AnyTagClassName
{
color: #DFC982;
}
</style>
background-color css
<style>
a { background-color: #DFC982; }
a { background-color: rgb(223,201,130); }
div.DivClassName
{
background-color: #DFC982;
}
.BgClassName
{
background-color: #DFC982;
}
</style>
border-color css
<style>
span { border-color: #DFC982; }
span { border-color: rgb(223,201,130); }
td.TdClassName
{
border-color: #DFC982;
}
.TagClassName
{
border-color: #DFC982;
}
</style>