Shades of Sandwisp #DFC882
Tints of Sandwisp #DFC882
RGB
CMYK
RGB Variations
Color information
#DFC882 (or 0xDFC882) is known color: Sandwisp. HEX triplet: DF, C8 and 82. RGB value is (223,200,130). Sum of RGB (Red+Green+Blue) = 223+200+130=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC882 is #20377D. Grayscale: #C7C7C7. Windows color (decimal): -2111358 or 8571103. OLE color: 8571103.
HSL color Cylindrical-coordinate representation of color #DFC882: hue angle of 45.16º 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 #DFC882 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 130 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.13 |
| HSL | 45.16º | 0.59% | 0.69% | - |
| HSV(B) | 45.16º | 0.42% | 0.87% | - |
| XYZ | 55.11 | 58.61 | 29.53 | - |
| YUV | 198.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 130 | 0 | 0.10 | 0.42 | 0.13 | 45.16 | 0.59 | 0.69 |
| Hex | DF | C8 | 82 | 0 | A | 2A | D | 2D | 3B | 45 |
| Octal | 337 | 310 | 202 | 0 | 12 | 52 | 15 | 55 | 73 | 105 |
| Binary | 11011111 | 11001000 | 10000010 | 0 | 1010 | 101010 | 1101 | 101101 | 111011 | 1000101 |
Color Harmonies of #DFC882
Complementary color
Monochromatic Colors of #DFC882
Black with #DFC882
Text Example
Text Example
White with #DFC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC882; }
p { color: rgb(223,200,130); }
H1.HeaderClassName
{
color: #DFC882;
}
.AnyTagClassName
{
color: #DFC882;
}
</style>
background-color css
<style>
a { background-color: #DFC882; }
a { background-color: rgb(223,200,130); }
div.DivClassName
{
background-color: #DFC882;
}
.BgClassName
{
background-color: #DFC882;
}
</style>
border-color css
<style>
span { border-color: #DFC882; }
span { border-color: rgb(223,200,130); }
td.TdClassName
{
border-color: #DFC882;
}
.TagClassName
{
border-color: #DFC882;
}
</style>