Shades of Sandwisp #DDC986
Tints of Sandwisp #DDC986
RGB
CMYK
RGB Variations
Color information
#DDC986 (or 0xDDC986) is known color: Sandwisp. HEX triplet: DD, C9 and 86. RGB value is (221,201,134). Sum of RGB (Red+Green+Blue) = 221+201+134=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC986 is #223679. Grayscale: #C7C7C7. Windows color (decimal): -2242170 or 8833501. OLE color: 8833501.
HSL color Cylindrical-coordinate representation of color #DDC986: hue angle of 46.21º 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 #DDC986 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 134 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.13 |
| HSL | 46.21º | 0.56% | 0.7% | - |
| HSV(B) | 46.21º | 0.39% | 0.87% | - |
| XYZ | 55.01 | 58.87 | 31.02 | - |
| YUV | 199.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 134 | 0 | 0.09 | 0.39 | 0.13 | 46.21 | 0.56 | 0.7 |
| Hex | DD | C9 | 86 | 0 | 9 | 27 | D | 2E | 38 | 46 |
| Octal | 335 | 311 | 206 | 0 | 11 | 47 | 15 | 56 | 70 | 106 |
| Binary | 11011101 | 11001001 | 10000110 | 0 | 1001 | 100111 | 1101 | 101110 | 111000 | 1000110 |
Color Harmonies of #DDC986
Complementary color
Monochromatic Colors of #DDC986
Black with #DDC986
Text Example
Text Example
White with #DDC986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC986; }
p { color: rgb(221,201,134); }
H1.HeaderClassName
{
color: #DDC986;
}
.AnyTagClassName
{
color: #DDC986;
}
</style>
background-color css
<style>
a { background-color: #DDC986; }
a { background-color: rgb(221,201,134); }
div.DivClassName
{
background-color: #DDC986;
}
.BgClassName
{
background-color: #DDC986;
}
</style>
border-color css
<style>
span { border-color: #DDC986; }
span { border-color: rgb(221,201,134); }
td.TdClassName
{
border-color: #DDC986;
}
.TagClassName
{
border-color: #DDC986;
}
</style>