Shades of Sandwisp #DDC989
Tints of Sandwisp #DDC989
RGB
CMYK
RGB Variations
Color information
#DDC989 (or 0xDDC989) is known color: Sandwisp. HEX triplet: DD, C9 and 89. RGB value is (221,201,137). Sum of RGB (Red+Green+Blue) = 221+201+137=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC989 is #223676. Grayscale: #C7C7C7. Windows color (decimal): -2242167 or 9030109. OLE color: 9030109.
HSL color Cylindrical-coordinate representation of color #DDC989: hue angle of 45.71º 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 #DDC989 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 137 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.13 |
| HSL | 45.71º | 0.55% | 0.7% | - |
| HSV(B) | 45.71º | 0.38% | 0.87% | - |
| XYZ | 55.22 | 58.95 | 32.14 | - |
| YUV | 199.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 137 | 0 | 0.09 | 0.38 | 0.13 | 45.71 | 0.55 | 0.7 |
| Hex | DD | C9 | 89 | 0 | 9 | 26 | D | 2E | 37 | 46 |
| Octal | 335 | 311 | 211 | 0 | 11 | 46 | 15 | 56 | 67 | 106 |
| Binary | 11011101 | 11001001 | 10001001 | 0 | 1001 | 100110 | 1101 | 101110 | 110111 | 1000110 |
Color Harmonies of #DDC989
Complementary color
Monochromatic Colors of #DDC989
Black with #DDC989
Text Example
Text Example
White with #DDC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC989; }
p { color: rgb(221,201,137); }
H1.HeaderClassName
{
color: #DDC989;
}
.AnyTagClassName
{
color: #DDC989;
}
</style>
background-color css
<style>
a { background-color: #DDC989; }
a { background-color: rgb(221,201,137); }
div.DivClassName
{
background-color: #DDC989;
}
.BgClassName
{
background-color: #DDC989;
}
</style>
border-color css
<style>
span { border-color: #DDC989; }
span { border-color: rgb(221,201,137); }
td.TdClassName
{
border-color: #DDC989;
}
.TagClassName
{
border-color: #DDC989;
}
</style>