Shades of Sandwisp #DDD18E
Tints of Sandwisp #DDD18E
RGB
CMYK
RGB Variations
Color information
#DDD18E (or 0xDDD18E) is known color: Sandwisp. HEX triplet: DD, D1 and 8E. RGB value is (221,209,142). Sum of RGB (Red+Green+Blue) = 221+209+142=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD18E is #222E71. Grayscale: #CDCDCD. Windows color (decimal): -2240114 or 9359837. OLE color: 9359837.
HSL color Cylindrical-coordinate representation of color #DDD18E: hue angle of 50.89º degrees, saturation: 0.54, 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 #DDD18E is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 142 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.13 |
| HSL | 50.89º | 0.54% | 0.71% | - |
| HSV(B) | 50.89º | 0.36% | 0.87% | - |
| XYZ | 57.5 | 62.93 | 34.71 | - |
| YUV | 204.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 142 | 0 | 0.05 | 0.36 | 0.13 | 50.89 | 0.54 | 0.71 |
| Hex | DD | D1 | 8E | 0 | 5 | 24 | D | 33 | 36 | 47 |
| Octal | 335 | 321 | 216 | 0 | 5 | 44 | 15 | 63 | 66 | 107 |
| Binary | 11011101 | 11010001 | 10001110 | 0 | 101 | 100100 | 1101 | 110011 | 110110 | 1000111 |
Color Harmonies of #DDD18E
Complementary color
Monochromatic Colors of #DDD18E
Black with #DDD18E
Text Example
Text Example
White with #DDD18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD18E; }
p { color: rgb(221,209,142); }
H1.HeaderClassName
{
color: #DDD18E;
}
.AnyTagClassName
{
color: #DDD18E;
}
</style>
background-color css
<style>
a { background-color: #DDD18E; }
a { background-color: rgb(221,209,142); }
div.DivClassName
{
background-color: #DDD18E;
}
.BgClassName
{
background-color: #DDD18E;
}
</style>
border-color css
<style>
span { border-color: #DDD18E; }
span { border-color: rgb(221,209,142); }
td.TdClassName
{
border-color: #DDD18E;
}
.TagClassName
{
border-color: #DDD18E;
}
</style>