Shades of Sandwisp #DDC889
Tints of Sandwisp #DDC889
RGB
CMYK
RGB Variations
Color information
#DDC889 (or 0xDDC889) is known color: Sandwisp. HEX triplet: DD, C8 and 89. RGB value is (221,200,137). Sum of RGB (Red+Green+Blue) = 221+200+137=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC889 is #223776. Grayscale: #C7C7C7. Windows color (decimal): -2242423 or 9029853. OLE color: 9029853.
HSL color Cylindrical-coordinate representation of color #DDC889: hue angle of 45º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDC889 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 137 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.13 |
| HSL | 45º | 0.55% | 0.7% | - |
| HSV(B) | 45º | 0.38% | 0.87% | - |
| XYZ | 54.99 | 58.49 | 32.06 | - |
| YUV | 199.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 137 | 0 | 0.10 | 0.38 | 0.13 | 45 | 0.55 | 0.7 |
| Hex | DD | C8 | 89 | 0 | A | 26 | D | 2D | 37 | 46 |
| Octal | 335 | 310 | 211 | 0 | 12 | 46 | 15 | 55 | 67 | 106 |
| Binary | 11011101 | 11001000 | 10001001 | 0 | 1010 | 100110 | 1101 | 101101 | 110111 | 1000110 |
Color Harmonies of #DDC889
Complementary color
Monochromatic Colors of #DDC889
Black with #DDC889
Text Example
Text Example
White with #DDC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC889; }
p { color: rgb(221,200,137); }
H1.HeaderClassName
{
color: #DDC889;
}
.AnyTagClassName
{
color: #DDC889;
}
</style>
background-color css
<style>
a { background-color: #DDC889; }
a { background-color: rgb(221,200,137); }
div.DivClassName
{
background-color: #DDC889;
}
.BgClassName
{
background-color: #DDC889;
}
</style>
border-color css
<style>
span { border-color: #DDC889; }
span { border-color: rgb(221,200,137); }
td.TdClassName
{
border-color: #DDC889;
}
.TagClassName
{
border-color: #DDC889;
}
</style>