Shades of Sandwisp #DFC881
Tints of Sandwisp #DFC881
RGB
CMYK
RGB Variations
Color information
#DFC881 (or 0xDFC881) is known color: Sandwisp. HEX triplet: DF, C8 and 81. RGB value is (223,200,129). Sum of RGB (Red+Green+Blue) = 223+200+129=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC881 is #20377E. Grayscale: #C7C7C7. Windows color (decimal): -2111359 or 8505567. OLE color: 8505567.
HSL color Cylindrical-coordinate representation of color #DFC881: hue angle of 45.32º 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 #DFC881 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 129 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.13 |
| HSL | 45.32º | 0.59% | 0.69% | - |
| HSV(B) | 45.32º | 0.42% | 0.87% | - |
| XYZ | 55.05 | 58.58 | 29.17 | - |
| YUV | 198.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 129 | 0 | 0.10 | 0.42 | 0.13 | 45.32 | 0.59 | 0.69 |
| Hex | DF | C8 | 81 | 0 | A | 2A | D | 2D | 3B | 45 |
| Octal | 337 | 310 | 201 | 0 | 12 | 52 | 15 | 55 | 73 | 105 |
| Binary | 11011111 | 11001000 | 10000001 | 0 | 1010 | 101010 | 1101 | 101101 | 111011 | 1000101 |
Color Harmonies of #DFC881
Complementary color
Monochromatic Colors of #DFC881
Black with #DFC881
Text Example
Text Example
White with #DFC881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC881; }
p { color: rgb(223,200,129); }
H1.HeaderClassName
{
color: #DFC881;
}
.AnyTagClassName
{
color: #DFC881;
}
</style>
background-color css
<style>
a { background-color: #DFC881; }
a { background-color: rgb(223,200,129); }
div.DivClassName
{
background-color: #DFC881;
}
.BgClassName
{
background-color: #DFC881;
}
</style>
border-color css
<style>
span { border-color: #DFC881; }
span { border-color: rgb(223,200,129); }
td.TdClassName
{
border-color: #DFC881;
}
.TagClassName
{
border-color: #DFC881;
}
</style>