Shades of Sandwisp #DDCE86
Tints of Sandwisp #DDCE86
RGB
CMYK
RGB Variations
Color information
#DDCE86 (or 0xDDCE86) is known color: Sandwisp. HEX triplet: DD, CE and 86. RGB value is (221,206,134). Sum of RGB (Red+Green+Blue) = 221+206+134=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE86 is #223179. Grayscale: #CACACA. Windows color (decimal): -2240890 or 8834781. OLE color: 8834781.
HSL color Cylindrical-coordinate representation of color #DDCE86: hue angle of 49.66º 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 #DDCE86 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 134 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.13 |
| HSL | 49.66º | 0.56% | 0.7% | - |
| HSV(B) | 49.66º | 0.39% | 0.87% | - |
| XYZ | 56.19 | 61.24 | 31.41 | - |
| YUV | 202.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 134 | 0 | 0.07 | 0.39 | 0.13 | 49.66 | 0.56 | 0.7 |
| Hex | DD | CE | 86 | 0 | 7 | 27 | D | 32 | 38 | 46 |
| Octal | 335 | 316 | 206 | 0 | 7 | 47 | 15 | 62 | 70 | 106 |
| Binary | 11011101 | 11001110 | 10000110 | 0 | 111 | 100111 | 1101 | 110010 | 111000 | 1000110 |
Color Harmonies of #DDCE86
Complementary color
Monochromatic Colors of #DDCE86
Black with #DDCE86
Text Example
Text Example
White with #DDCE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE86; }
p { color: rgb(221,206,134); }
H1.HeaderClassName
{
color: #DDCE86;
}
.AnyTagClassName
{
color: #DDCE86;
}
</style>
background-color css
<style>
a { background-color: #DDCE86; }
a { background-color: rgb(221,206,134); }
div.DivClassName
{
background-color: #DDCE86;
}
.BgClassName
{
background-color: #DDCE86;
}
</style>
border-color css
<style>
span { border-color: #DDCE86; }
span { border-color: rgb(221,206,134); }
td.TdClassName
{
border-color: #DDCE86;
}
.TagClassName
{
border-color: #DDCE86;
}
</style>