Shades of Sandwisp #DED289
Tints of Sandwisp #DED289
RGB
CMYK
RGB Variations
Color information
#DED289 (or 0xDED289) is known color: Sandwisp. HEX triplet: DE, D2 and 89. RGB value is (222,210,137). Sum of RGB (Red+Green+Blue) = 222+210+137=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DED289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED289 is #212D76. Grayscale: #CDCDCD. Windows color (decimal): -2174327 or 9032414. OLE color: 9032414.
HSL color Cylindrical-coordinate representation of color #DED289: hue angle of 51.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DED289 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 137 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.13 |
| HSL | 51.53º | 0.56% | 0.7% | - |
| HSV(B) | 51.53º | 0.38% | 0.87% | - |
| XYZ | 57.69 | 63.43 | 32.87 | - |
| YUV | 205.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 137 | 0 | 0.05 | 0.38 | 0.13 | 51.53 | 0.56 | 0.7 |
| Hex | DE | D2 | 89 | 0 | 5 | 26 | D | 34 | 38 | 46 |
| Octal | 336 | 322 | 211 | 0 | 5 | 46 | 15 | 64 | 70 | 106 |
| Binary | 11011110 | 11010010 | 10001001 | 0 | 101 | 100110 | 1101 | 110100 | 111000 | 1000110 |
Color Harmonies of #DED289
Complementary color
Monochromatic Colors of #DED289
Black with #DED289
Text Example
Text Example
White with #DED289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED289; }
p { color: rgb(222,210,137); }
H1.HeaderClassName
{
color: #DED289;
}
.AnyTagClassName
{
color: #DED289;
}
</style>
background-color css
<style>
a { background-color: #DED289; }
a { background-color: rgb(222,210,137); }
div.DivClassName
{
background-color: #DED289;
}
.BgClassName
{
background-color: #DED289;
}
</style>
border-color css
<style>
span { border-color: #DED289; }
span { border-color: rgb(222,210,137); }
td.TdClassName
{
border-color: #DED289;
}
.TagClassName
{
border-color: #DED289;
}
</style>