Shades of Sandwisp #DED089
Tints of Sandwisp #DED089
RGB
CMYK
RGB Variations
Color information
#DED089 (or 0xDED089) is known color: Sandwisp. HEX triplet: DE, D0 and 89. RGB value is (222,208,137). Sum of RGB (Red+Green+Blue) = 222+208+137=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 137 (53.91% from 255 or 24.16% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DED089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED089 is #212F76. Grayscale: #CCCCCC. Windows color (decimal): -2174839 or 9031902. OLE color: 9031902.
HSL color Cylindrical-coordinate representation of color #DED089: hue angle of 50.12º 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 #DED089 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 137 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.13 |
| HSL | 50.12º | 0.56% | 0.7% | - |
| HSV(B) | 50.12º | 0.38% | 0.87% | - |
| XYZ | 57.2 | 62.45 | 32.71 | - |
| YUV | 204.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 137 | 0 | 0.06 | 0.38 | 0.13 | 50.12 | 0.56 | 0.7 |
| Hex | DE | D0 | 89 | 0 | 6 | 26 | D | 32 | 38 | 46 |
| Octal | 336 | 320 | 211 | 0 | 6 | 46 | 15 | 62 | 70 | 106 |
| Binary | 11011110 | 11010000 | 10001001 | 0 | 110 | 100110 | 1101 | 110010 | 111000 | 1000110 |
Color Harmonies of #DED089
Complementary color
Monochromatic Colors of #DED089
Black with #DED089
Text Example
Text Example
White with #DED089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED089; }
p { color: rgb(222,208,137); }
H1.HeaderClassName
{
color: #DED089;
}
.AnyTagClassName
{
color: #DED089;
}
</style>
background-color css
<style>
a { background-color: #DED089; }
a { background-color: rgb(222,208,137); }
div.DivClassName
{
background-color: #DED089;
}
.BgClassName
{
background-color: #DED089;
}
</style>
border-color css
<style>
span { border-color: #DED089; }
span { border-color: rgb(222,208,137); }
td.TdClassName
{
border-color: #DED089;
}
.TagClassName
{
border-color: #DED089;
}
</style>