Shades of Sandwisp #DDC887
Tints of Sandwisp #DDC887
RGB
CMYK
RGB Variations
Color information
#DDC887 (or 0xDDC887) is known color: Sandwisp. HEX triplet: DD, C8 and 87. RGB value is (221,200,135). Sum of RGB (Red+Green+Blue) = 221+200+135=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 135 (53.12% from 255 or 24.28% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC887 is #223778. Grayscale: #C7C7C7. Windows color (decimal): -2242425 or 8898781. OLE color: 8898781.
HSL color Cylindrical-coordinate representation of color #DDC887: hue angle of 45.35º 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 #DDC887 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 135 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.13 |
| HSL | 45.35º | 0.56% | 0.7% | - |
| HSV(B) | 45.35º | 0.39% | 0.87% | - |
| XYZ | 54.85 | 58.43 | 31.31 | - |
| YUV | 198.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 135 | 0 | 0.10 | 0.39 | 0.13 | 45.35 | 0.56 | 0.7 |
| Hex | DD | C8 | 87 | 0 | A | 27 | D | 2D | 38 | 46 |
| Octal | 335 | 310 | 207 | 0 | 12 | 47 | 15 | 55 | 70 | 106 |
| Binary | 11011101 | 11001000 | 10000111 | 0 | 1010 | 100111 | 1101 | 101101 | 111000 | 1000110 |
Color Harmonies of #DDC887
Complementary color
Monochromatic Colors of #DDC887
Black with #DDC887
Text Example
Text Example
White with #DDC887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC887; }
p { color: rgb(221,200,135); }
H1.HeaderClassName
{
color: #DDC887;
}
.AnyTagClassName
{
color: #DDC887;
}
</style>
background-color css
<style>
a { background-color: #DDC887; }
a { background-color: rgb(221,200,135); }
div.DivClassName
{
background-color: #DDC887;
}
.BgClassName
{
background-color: #DDC887;
}
</style>
border-color css
<style>
span { border-color: #DDC887; }
span { border-color: rgb(221,200,135); }
td.TdClassName
{
border-color: #DDC887;
}
.TagClassName
{
border-color: #DDC887;
}
</style>