Shades of Sandwisp #DED085
Tints of Sandwisp #DED085
RGB
CMYK
RGB Variations
Color information
#DED085 (or 0xDED085) is known color: Sandwisp. HEX triplet: DE, D0 and 85. RGB value is (222,208,133). Sum of RGB (Red+Green+Blue) = 222+208+133=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DED085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED085 is #212F7A. Grayscale: #CBCBCB. Windows color (decimal): -2174843 or 8769758. OLE color: 8769758.
HSL color Cylindrical-coordinate representation of color #DED085: hue angle of 50.56º 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 #DED085 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 133 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.13 |
| HSL | 50.56º | 0.57% | 0.7% | - |
| HSV(B) | 50.56º | 0.4% | 0.87% | - |
| XYZ | 56.91 | 62.33 | 31.22 | - |
| YUV | 203.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 133 | 0 | 0.06 | 0.40 | 0.13 | 50.56 | 0.57 | 0.7 |
| Hex | DE | D0 | 85 | 0 | 6 | 28 | D | 33 | 39 | 46 |
| Octal | 336 | 320 | 205 | 0 | 6 | 50 | 15 | 63 | 71 | 106 |
| Binary | 11011110 | 11010000 | 10000101 | 0 | 110 | 101000 | 1101 | 110011 | 111001 | 1000110 |
Color Harmonies of #DED085
Complementary color
Monochromatic Colors of #DED085
Black with #DED085
Text Example
Text Example
White with #DED085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED085; }
p { color: rgb(222,208,133); }
H1.HeaderClassName
{
color: #DED085;
}
.AnyTagClassName
{
color: #DED085;
}
</style>
background-color css
<style>
a { background-color: #DED085; }
a { background-color: rgb(222,208,133); }
div.DivClassName
{
background-color: #DED085;
}
.BgClassName
{
background-color: #DED085;
}
</style>
border-color css
<style>
span { border-color: #DED085; }
span { border-color: rgb(222,208,133); }
td.TdClassName
{
border-color: #DED085;
}
.TagClassName
{
border-color: #DED085;
}
</style>