Shades of Sandwisp #DED188
Tints of Sandwisp #DED188
RGB
CMYK
RGB Variations
Color information
#DED188 (or 0xDED188) is known color: Sandwisp. HEX triplet: DE, D1 and 88. RGB value is (222,209,136). Sum of RGB (Red+Green+Blue) = 222+209+136=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DED188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED188 is #212E77. Grayscale: #CCCCCC. Windows color (decimal): -2174584 or 8966622. OLE color: 8966622.
HSL color Cylindrical-coordinate representation of color #DED188: hue angle of 50.93º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DED188 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 136 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.13 |
| HSL | 50.93º | 0.57% | 0.7% | - |
| HSV(B) | 50.93º | 0.39% | 0.87% | - |
| XYZ | 57.37 | 62.91 | 32.41 | - |
| YUV | 204.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 136 | 0 | 0.06 | 0.39 | 0.13 | 50.93 | 0.57 | 0.7 |
| Hex | DE | D1 | 88 | 0 | 6 | 27 | D | 33 | 39 | 46 |
| Octal | 336 | 321 | 210 | 0 | 6 | 47 | 15 | 63 | 71 | 106 |
| Binary | 11011110 | 11010001 | 10001000 | 0 | 110 | 100111 | 1101 | 110011 | 111001 | 1000110 |
Color Harmonies of #DED188
Complementary color
Monochromatic Colors of #DED188
Black with #DED188
Text Example
Text Example
White with #DED188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED188; }
p { color: rgb(222,209,136); }
H1.HeaderClassName
{
color: #DED188;
}
.AnyTagClassName
{
color: #DED188;
}
</style>
background-color css
<style>
a { background-color: #DED188; }
a { background-color: rgb(222,209,136); }
div.DivClassName
{
background-color: #DED188;
}
.BgClassName
{
background-color: #DED188;
}
</style>
border-color css
<style>
span { border-color: #DED188; }
span { border-color: rgb(222,209,136); }
td.TdClassName
{
border-color: #DED188;
}
.TagClassName
{
border-color: #DED188;
}
</style>