Shades of Sandwisp #DED087
Tints of Sandwisp #DED087
RGB
CMYK
RGB Variations
Color information
#DED087 (or 0xDED087) is known color: Sandwisp. HEX triplet: DE, D0 and 87. RGB value is (222,208,135). Sum of RGB (Red+Green+Blue) = 222+208+135=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DED087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED087 is #212F78. Grayscale: #CCCCCC. Windows color (decimal): -2174841 or 8900830. OLE color: 8900830.
HSL color Cylindrical-coordinate representation of color #DED087: hue angle of 50.34º 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 #DED087 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 135 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.13 |
| HSL | 50.34º | 0.57% | 0.7% | - |
| HSV(B) | 50.34º | 0.39% | 0.87% | - |
| XYZ | 57.05 | 62.39 | 31.96 | - |
| YUV | 203.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 135 | 0 | 0.06 | 0.39 | 0.13 | 50.34 | 0.57 | 0.7 |
| Hex | DE | D0 | 87 | 0 | 6 | 27 | D | 32 | 39 | 46 |
| Octal | 336 | 320 | 207 | 0 | 6 | 47 | 15 | 62 | 71 | 106 |
| Binary | 11011110 | 11010000 | 10000111 | 0 | 110 | 100111 | 1101 | 110010 | 111001 | 1000110 |
Color Harmonies of #DED087
Complementary color
Monochromatic Colors of #DED087
Black with #DED087
Text Example
Text Example
White with #DED087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED087; }
p { color: rgb(222,208,135); }
H1.HeaderClassName
{
color: #DED087;
}
.AnyTagClassName
{
color: #DED087;
}
</style>
background-color css
<style>
a { background-color: #DED087; }
a { background-color: rgb(222,208,135); }
div.DivClassName
{
background-color: #DED087;
}
.BgClassName
{
background-color: #DED087;
}
</style>
border-color css
<style>
span { border-color: #DED087; }
span { border-color: rgb(222,208,135); }
td.TdClassName
{
border-color: #DED087;
}
.TagClassName
{
border-color: #DED087;
}
</style>