Shades of Sandwisp #DED287
Tints of Sandwisp #DED287
RGB
CMYK
RGB Variations
Color information
#DED287 (or 0xDED287) is known color: Sandwisp. HEX triplet: DE, D2 and 87. RGB value is (222,210,135). Sum of RGB (Red+Green+Blue) = 222+210+135=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 135 (53.12% from 255 or 23.81% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DED287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED287 is #212D78. Grayscale: #CDCDCD. Windows color (decimal): -2174329 or 8901342. OLE color: 8901342.
HSL color Cylindrical-coordinate representation of color #DED287: hue angle of 51.72º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DED287 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 135 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.13 |
| HSL | 51.72º | 0.57% | 0.7% | - |
| HSV(B) | 51.72º | 0.39% | 0.87% | - |
| XYZ | 57.54 | 63.37 | 32.12 | - |
| YUV | 205.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 135 | 0 | 0.05 | 0.39 | 0.13 | 51.72 | 0.57 | 0.7 |
| Hex | DE | D2 | 87 | 0 | 5 | 27 | D | 34 | 39 | 46 |
| Octal | 336 | 322 | 207 | 0 | 5 | 47 | 15 | 64 | 71 | 106 |
| Binary | 11011110 | 11010010 | 10000111 | 0 | 101 | 100111 | 1101 | 110100 | 111001 | 1000110 |
Color Harmonies of #DED287
Complementary color
Monochromatic Colors of #DED287
Black with #DED287
Text Example
Text Example
White with #DED287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED287; }
p { color: rgb(222,210,135); }
H1.HeaderClassName
{
color: #DED287;
}
.AnyTagClassName
{
color: #DED287;
}
</style>
background-color css
<style>
a { background-color: #DED287; }
a { background-color: rgb(222,210,135); }
div.DivClassName
{
background-color: #DED287;
}
.BgClassName
{
background-color: #DED287;
}
</style>
border-color css
<style>
span { border-color: #DED287; }
span { border-color: rgb(222,210,135); }
td.TdClassName
{
border-color: #DED287;
}
.TagClassName
{
border-color: #DED287;
}
</style>