Shades of Sandwisp #DDD08E
Tints of Sandwisp #DDD08E
RGB
CMYK
RGB Variations
Color information
#DDD08E (or 0xDDD08E) is known color: Sandwisp. HEX triplet: DD, D0 and 8E. RGB value is (221,208,142). Sum of RGB (Red+Green+Blue) = 221+208+142=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD08E is #222F71. Grayscale: #CCCCCC. Windows color (decimal): -2240370 or 9359581. OLE color: 9359581.
HSL color Cylindrical-coordinate representation of color #DDD08E: hue angle of 50.13º 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 #DDD08E is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 142 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.13 |
| HSL | 50.13º | 0.54% | 0.71% | - |
| HSV(B) | 50.13º | 0.36% | 0.87% | - |
| XYZ | 57.26 | 62.44 | 34.62 | - |
| YUV | 204.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 142 | 0 | 0.06 | 0.36 | 0.13 | 50.13 | 0.54 | 0.71 |
| Hex | DD | D0 | 8E | 0 | 6 | 24 | D | 32 | 36 | 47 |
| Octal | 335 | 320 | 216 | 0 | 6 | 44 | 15 | 62 | 66 | 107 |
| Binary | 11011101 | 11010000 | 10001110 | 0 | 110 | 100100 | 1101 | 110010 | 110110 | 1000111 |
Color Harmonies of #DDD08E
Complementary color
Monochromatic Colors of #DDD08E
Black with #DDD08E
Text Example
Text Example
White with #DDD08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD08E; }
p { color: rgb(221,208,142); }
H1.HeaderClassName
{
color: #DDD08E;
}
.AnyTagClassName
{
color: #DDD08E;
}
</style>
background-color css
<style>
a { background-color: #DDD08E; }
a { background-color: rgb(221,208,142); }
div.DivClassName
{
background-color: #DDD08E;
}
.BgClassName
{
background-color: #DDD08E;
}
</style>
border-color css
<style>
span { border-color: #DDD08E; }
span { border-color: rgb(221,208,142); }
td.TdClassName
{
border-color: #DDD08E;
}
.TagClassName
{
border-color: #DDD08E;
}
</style>