Shades of Sandwisp #DED285
Tints of Sandwisp #DED285
RGB
CMYK
RGB Variations
Color information
#DED285 (or 0xDED285) is known color: Sandwisp. HEX triplet: DE, D2 and 85. RGB value is (222,210,133). Sum of RGB (Red+Green+Blue) = 222+210+133=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DED285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED285 is #212D7A. Grayscale: #CDCDCD. Windows color (decimal): -2174331 or 8770270. OLE color: 8770270.
HSL color Cylindrical-coordinate representation of color #DED285: hue angle of 51.91º 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 #DED285 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 133 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.13 |
| HSL | 51.91º | 0.57% | 0.7% | - |
| HSV(B) | 51.91º | 0.4% | 0.87% | - |
| XYZ | 57.4 | 63.32 | 31.39 | - |
| YUV | 204.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 133 | 0 | 0.05 | 0.40 | 0.13 | 51.91 | 0.57 | 0.7 |
| Hex | DE | D2 | 85 | 0 | 5 | 28 | D | 34 | 39 | 46 |
| Octal | 336 | 322 | 205 | 0 | 5 | 50 | 15 | 64 | 71 | 106 |
| Binary | 11011110 | 11010010 | 10000101 | 0 | 101 | 101000 | 1101 | 110100 | 111001 | 1000110 |
Color Harmonies of #DED285
Complementary color
Monochromatic Colors of #DED285
Black with #DED285
Text Example
Text Example
White with #DED285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED285; }
p { color: rgb(222,210,133); }
H1.HeaderClassName
{
color: #DED285;
}
.AnyTagClassName
{
color: #DED285;
}
</style>
background-color css
<style>
a { background-color: #DED285; }
a { background-color: rgb(222,210,133); }
div.DivClassName
{
background-color: #DED285;
}
.BgClassName
{
background-color: #DED285;
}
</style>
border-color css
<style>
span { border-color: #DED285; }
span { border-color: rgb(222,210,133); }
td.TdClassName
{
border-color: #DED285;
}
.TagClassName
{
border-color: #DED285;
}
</style>