Shades of Sandwisp #DED185
Tints of Sandwisp #DED185
RGB
CMYK
RGB Variations
Color information
#DED185 (or 0xDED185) is known color: Sandwisp. HEX triplet: DE, D1 and 85. RGB value is (222,209,133). Sum of RGB (Red+Green+Blue) = 222+209+133=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DED185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED185 is #212E7A. Grayscale: #CCCCCC. Windows color (decimal): -2174587 or 8770014. OLE color: 8770014.
HSL color Cylindrical-coordinate representation of color #DED185: hue angle of 51.24º 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 #DED185 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 133 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.13 |
| HSL | 51.24º | 0.57% | 0.7% | - |
| HSV(B) | 51.24º | 0.4% | 0.87% | - |
| XYZ | 57.16 | 62.82 | 31.3 | - |
| YUV | 204.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 133 | 0 | 0.06 | 0.40 | 0.13 | 51.24 | 0.57 | 0.7 |
| Hex | DE | D1 | 85 | 0 | 6 | 28 | D | 33 | 39 | 46 |
| Octal | 336 | 321 | 205 | 0 | 6 | 50 | 15 | 63 | 71 | 106 |
| Binary | 11011110 | 11010001 | 10000101 | 0 | 110 | 101000 | 1101 | 110011 | 111001 | 1000110 |
Color Harmonies of #DED185
Complementary color
Monochromatic Colors of #DED185
Black with #DED185
Text Example
Text Example
White with #DED185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED185; }
p { color: rgb(222,209,133); }
H1.HeaderClassName
{
color: #DED185;
}
.AnyTagClassName
{
color: #DED185;
}
</style>
background-color css
<style>
a { background-color: #DED185; }
a { background-color: rgb(222,209,133); }
div.DivClassName
{
background-color: #DED185;
}
.BgClassName
{
background-color: #DED185;
}
</style>
border-color css
<style>
span { border-color: #DED185; }
span { border-color: rgb(222,209,133); }
td.TdClassName
{
border-color: #DED185;
}
.TagClassName
{
border-color: #DED185;
}
</style>