Shades of Sandwisp #DED18D
Tints of Sandwisp #DED18D
RGB
CMYK
RGB Variations
Color information
#DED18D (or 0xDED18D) is known color: Sandwisp. HEX triplet: DE, D1 and 8D. RGB value is (222,209,141). Sum of RGB (Red+Green+Blue) = 222+209+141=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DED18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED18D is #212E72. Grayscale: #CDCDCD. Windows color (decimal): -2174579 or 9294302. OLE color: 9294302.
HSL color Cylindrical-coordinate representation of color #DED18D: hue angle of 50.37º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DED18D is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 141 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.13 |
| HSL | 50.37º | 0.55% | 0.71% | - |
| HSV(B) | 50.37º | 0.36% | 0.87% | - |
| XYZ | 57.73 | 63.05 | 34.33 | - |
| YUV | 205.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 141 | 0 | 0.06 | 0.36 | 0.13 | 50.37 | 0.55 | 0.71 |
| Hex | DE | D1 | 8D | 0 | 6 | 24 | D | 32 | 37 | 47 |
| Octal | 336 | 321 | 215 | 0 | 6 | 44 | 15 | 62 | 67 | 107 |
| Binary | 11011110 | 11010001 | 10001101 | 0 | 110 | 100100 | 1101 | 110010 | 110111 | 1000111 |
Color Harmonies of #DED18D
Complementary color
Monochromatic Colors of #DED18D
Black with #DED18D
Text Example
Text Example
White with #DED18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED18D; }
p { color: rgb(222,209,141); }
H1.HeaderClassName
{
color: #DED18D;
}
.AnyTagClassName
{
color: #DED18D;
}
</style>
background-color css
<style>
a { background-color: #DED18D; }
a { background-color: rgb(222,209,141); }
div.DivClassName
{
background-color: #DED18D;
}
.BgClassName
{
background-color: #DED18D;
}
</style>
border-color css
<style>
span { border-color: #DED18D; }
span { border-color: rgb(222,209,141); }
td.TdClassName
{
border-color: #DED18D;
}
.TagClassName
{
border-color: #DED18D;
}
</style>