Shades of Sandwisp #DED485
Tints of Sandwisp #DED485
RGB
CMYK
RGB Variations
Color information
#DED485 (or 0xDED485) is known color: Sandwisp. HEX triplet: DE, D4 and 85. RGB value is (222,212,133). Sum of RGB (Red+Green+Blue) = 222+212+133=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DED485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED485 is #212B7A. Grayscale: #CECECE. Windows color (decimal): -2173819 or 8770782. OLE color: 8770782.
HSL color Cylindrical-coordinate representation of color #DED485: hue angle of 53.26º 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 #DED485 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 133 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.13 |
| HSL | 53.26º | 0.57% | 0.7% | - |
| HSV(B) | 53.26º | 0.4% | 0.87% | - |
| XYZ | 57.9 | 64.31 | 31.55 | - |
| YUV | 205.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 133 | 0 | 0.05 | 0.40 | 0.13 | 53.26 | 0.57 | 0.7 |
| Hex | DE | D4 | 85 | 0 | 5 | 28 | D | 35 | 39 | 46 |
| Octal | 336 | 324 | 205 | 0 | 5 | 50 | 15 | 65 | 71 | 106 |
| Binary | 11011110 | 11010100 | 10000101 | 0 | 101 | 101000 | 1101 | 110101 | 111001 | 1000110 |
Color Harmonies of #DED485
Complementary color
Monochromatic Colors of #DED485
Black with #DED485
Text Example
Text Example
White with #DED485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED485; }
p { color: rgb(222,212,133); }
H1.HeaderClassName
{
color: #DED485;
}
.AnyTagClassName
{
color: #DED485;
}
</style>
background-color css
<style>
a { background-color: #DED485; }
a { background-color: rgb(222,212,133); }
div.DivClassName
{
background-color: #DED485;
}
.BgClassName
{
background-color: #DED485;
}
</style>
border-color css
<style>
span { border-color: #DED485; }
span { border-color: rgb(222,212,133); }
td.TdClassName
{
border-color: #DED485;
}
.TagClassName
{
border-color: #DED485;
}
</style>