Shades of Sandwisp #DDC886
Tints of Sandwisp #DDC886
RGB
CMYK
RGB Variations
Color information
#DDC886 (or 0xDDC886) is known color: Sandwisp. HEX triplet: DD, C8 and 86. RGB value is (221,200,134). Sum of RGB (Red+Green+Blue) = 221+200+134=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC886 is #223779. Grayscale: #C7C7C7. Windows color (decimal): -2242426 or 8833245. OLE color: 8833245.
HSL color Cylindrical-coordinate representation of color #DDC886: hue angle of 45.52º degrees, saturation: 0.56, 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 #DDC886 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 134 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.13 |
| HSL | 45.52º | 0.56% | 0.7% | - |
| HSV(B) | 45.52º | 0.39% | 0.87% | - |
| XYZ | 54.78 | 58.4 | 30.94 | - |
| YUV | 198.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 134 | 0 | 0.10 | 0.39 | 0.13 | 45.52 | 0.56 | 0.7 |
| Hex | DD | C8 | 86 | 0 | A | 27 | D | 2E | 38 | 46 |
| Octal | 335 | 310 | 206 | 0 | 12 | 47 | 15 | 56 | 70 | 106 |
| Binary | 11011101 | 11001000 | 10000110 | 0 | 1010 | 100111 | 1101 | 101110 | 111000 | 1000110 |
Color Harmonies of #DDC886
Complementary color
Monochromatic Colors of #DDC886
Black with #DDC886
Text Example
Text Example
White with #DDC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC886; }
p { color: rgb(221,200,134); }
H1.HeaderClassName
{
color: #DDC886;
}
.AnyTagClassName
{
color: #DDC886;
}
</style>
background-color css
<style>
a { background-color: #DDC886; }
a { background-color: rgb(221,200,134); }
div.DivClassName
{
background-color: #DDC886;
}
.BgClassName
{
background-color: #DDC886;
}
</style>
border-color css
<style>
span { border-color: #DDC886; }
span { border-color: rgb(221,200,134); }
td.TdClassName
{
border-color: #DDC886;
}
.TagClassName
{
border-color: #DDC886;
}
</style>