Shades of Sandwisp #DDC988
Tints of Sandwisp #DDC988
RGB
CMYK
RGB Variations
Color information
#DDC988 (or 0xDDC988) is known color: Sandwisp. HEX triplet: DD, C9 and 88. RGB value is (221,201,136). Sum of RGB (Red+Green+Blue) = 221+201+136=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC988 is #223677. Grayscale: #C7C7C7. Windows color (decimal): -2242168 or 8964573. OLE color: 8964573.
HSL color Cylindrical-coordinate representation of color #DDC988: hue angle of 45.88º degrees, saturation: 0.56, 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 #DDC988 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 136 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.13 |
| HSL | 45.88º | 0.56% | 0.7% | - |
| HSV(B) | 45.88º | 0.38% | 0.87% | - |
| XYZ | 55.15 | 58.92 | 31.76 | - |
| YUV | 199.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 136 | 0 | 0.09 | 0.38 | 0.13 | 45.88 | 0.56 | 0.7 |
| Hex | DD | C9 | 88 | 0 | 9 | 26 | D | 2E | 38 | 46 |
| Octal | 335 | 311 | 210 | 0 | 11 | 46 | 15 | 56 | 70 | 106 |
| Binary | 11011101 | 11001001 | 10001000 | 0 | 1001 | 100110 | 1101 | 101110 | 111000 | 1000110 |
Color Harmonies of #DDC988
Complementary color
Monochromatic Colors of #DDC988
Black with #DDC988
Text Example
Text Example
White with #DDC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC988; }
p { color: rgb(221,201,136); }
H1.HeaderClassName
{
color: #DDC988;
}
.AnyTagClassName
{
color: #DDC988;
}
</style>
background-color css
<style>
a { background-color: #DDC988; }
a { background-color: rgb(221,201,136); }
div.DivClassName
{
background-color: #DDC988;
}
.BgClassName
{
background-color: #DDC988;
}
</style>
border-color css
<style>
span { border-color: #DDC988; }
span { border-color: rgb(221,201,136); }
td.TdClassName
{
border-color: #DDC988;
}
.TagClassName
{
border-color: #DDC988;
}
</style>