Shades of Sandwisp #DFC880
Tints of Sandwisp #DFC880
RGB
CMYK
RGB Variations
Color information
#DFC880 (or 0xDFC880) is known color: Sandwisp. HEX triplet: DF, C8 and 80. RGB value is (223,200,128). Sum of RGB (Red+Green+Blue) = 223+200+128=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC880 is #20377F. Grayscale: #C6C6C6. Windows color (decimal): -2111360 or 8440031. OLE color: 8440031.
HSL color Cylindrical-coordinate representation of color #DFC880: hue angle of 45.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFC880 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 128 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.13 |
| HSL | 45.47º | 0.6% | 0.69% | - |
| HSV(B) | 45.47º | 0.43% | 0.87% | - |
| XYZ | 54.98 | 58.56 | 28.83 | - |
| YUV | 198.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 128 | 0 | 0.10 | 0.43 | 0.13 | 45.47 | 0.6 | 0.69 |
| Hex | DF | C8 | 80 | 0 | A | 2B | D | 2D | 3C | 45 |
| Octal | 337 | 310 | 200 | 0 | 12 | 53 | 15 | 55 | 74 | 105 |
| Binary | 11011111 | 11001000 | 10000000 | 0 | 1010 | 101011 | 1101 | 101101 | 111100 | 1000101 |
Color Harmonies of #DFC880
Complementary color
Monochromatic Colors of #DFC880
Black with #DFC880
Text Example
Text Example
White with #DFC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC880; }
p { color: rgb(223,200,128); }
H1.HeaderClassName
{
color: #DFC880;
}
.AnyTagClassName
{
color: #DFC880;
}
</style>
background-color css
<style>
a { background-color: #DFC880; }
a { background-color: rgb(223,200,128); }
div.DivClassName
{
background-color: #DFC880;
}
.BgClassName
{
background-color: #DFC880;
}
</style>
border-color css
<style>
span { border-color: #DFC880; }
span { border-color: rgb(223,200,128); }
td.TdClassName
{
border-color: #DFC880;
}
.TagClassName
{
border-color: #DFC880;
}
</style>