Shades of Sandwisp #DED585
Tints of Sandwisp #DED585
RGB
CMYK
RGB Variations
Color information
#DED585 (or 0xDED585) is known color: Sandwisp. HEX triplet: DE, D5 and 85. RGB value is (222,213,133). Sum of RGB (Red+Green+Blue) = 222+213+133=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DED585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED585 is #212A7A. Grayscale: #CECECE. Windows color (decimal): -2173563 or 8771038. OLE color: 8771038.
HSL color Cylindrical-coordinate representation of color #DED585: hue angle of 53.93º 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 #DED585 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 133 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.13 |
| HSL | 53.93º | 0.57% | 0.7% | - |
| HSV(B) | 53.93º | 0.4% | 0.87% | - |
| XYZ | 58.15 | 64.81 | 31.64 | - |
| YUV | 206.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 133 | 0 | 0.04 | 0.40 | 0.13 | 53.93 | 0.57 | 0.7 |
| Hex | DE | D5 | 85 | 0 | 4 | 28 | D | 36 | 39 | 46 |
| Octal | 336 | 325 | 205 | 0 | 4 | 50 | 15 | 66 | 71 | 106 |
| Binary | 11011110 | 11010101 | 10000101 | 0 | 100 | 101000 | 1101 | 110110 | 111001 | 1000110 |
Color Harmonies of #DED585
Complementary color
Monochromatic Colors of #DED585
Black with #DED585
Text Example
Text Example
White with #DED585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED585; }
p { color: rgb(222,213,133); }
H1.HeaderClassName
{
color: #DED585;
}
.AnyTagClassName
{
color: #DED585;
}
</style>
background-color css
<style>
a { background-color: #DED585; }
a { background-color: rgb(222,213,133); }
div.DivClassName
{
background-color: #DED585;
}
.BgClassName
{
background-color: #DED585;
}
</style>
border-color css
<style>
span { border-color: #DED585; }
span { border-color: rgb(222,213,133); }
td.TdClassName
{
border-color: #DED585;
}
.TagClassName
{
border-color: #DED585;
}
</style>