Shades of Sandwisp #DED286
Tints of Sandwisp #DED286
RGB
CMYK
RGB Variations
Color information
#DED286 (or 0xDED286) is known color: Sandwisp. HEX triplet: DE, D2 and 86. RGB value is (222,210,134). Sum of RGB (Red+Green+Blue) = 222+210+134=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DED286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED286 is #212D79. Grayscale: #CDCDCD. Windows color (decimal): -2174330 or 8835806. OLE color: 8835806.
HSL color Cylindrical-coordinate representation of color #DED286: hue angle of 51.82º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DED286 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 134 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.13 |
| HSL | 51.82º | 0.57% | 0.7% | - |
| HSV(B) | 51.82º | 0.4% | 0.87% | - |
| XYZ | 57.47 | 63.34 | 31.75 | - |
| YUV | 204.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 134 | 0 | 0.05 | 0.40 | 0.13 | 51.82 | 0.57 | 0.7 |
| Hex | DE | D2 | 86 | 0 | 5 | 28 | D | 34 | 39 | 46 |
| Octal | 336 | 322 | 206 | 0 | 5 | 50 | 15 | 64 | 71 | 106 |
| Binary | 11011110 | 11010010 | 10000110 | 0 | 101 | 101000 | 1101 | 110100 | 111001 | 1000110 |
Color Harmonies of #DED286
Complementary color
Monochromatic Colors of #DED286
Black with #DED286
Text Example
Text Example
White with #DED286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED286; }
p { color: rgb(222,210,134); }
H1.HeaderClassName
{
color: #DED286;
}
.AnyTagClassName
{
color: #DED286;
}
</style>
background-color css
<style>
a { background-color: #DED286; }
a { background-color: rgb(222,210,134); }
div.DivClassName
{
background-color: #DED286;
}
.BgClassName
{
background-color: #DED286;
}
</style>
border-color css
<style>
span { border-color: #DED286; }
span { border-color: rgb(222,210,134); }
td.TdClassName
{
border-color: #DED286;
}
.TagClassName
{
border-color: #DED286;
}
</style>