Shades of Sandwisp #DDC880
Tints of Sandwisp #DDC880
RGB
CMYK
RGB Variations
Color information
#DDC880 (or 0xDDC880) is known color: Sandwisp. HEX triplet: DD, C8 and 80. RGB value is (221,200,128). Sum of RGB (Red+Green+Blue) = 221+200+128=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC880 is #22377F. Grayscale: #C6C6C6. Windows color (decimal): -2242432 or 8440029. OLE color: 8440029.
HSL color Cylindrical-coordinate representation of color #DDC880: hue angle of 46.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDC880 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 128 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.13 |
| HSL | 46.45º | 0.58% | 0.68% | - |
| HSV(B) | 46.45º | 0.42% | 0.87% | - |
| XYZ | 54.37 | 58.24 | 28.8 | - |
| YUV | 198.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 128 | 0 | 0.10 | 0.42 | 0.13 | 46.45 | 0.58 | 0.68 |
| Hex | DD | C8 | 80 | 0 | A | 2A | D | 2E | 3A | 44 |
| Octal | 335 | 310 | 200 | 0 | 12 | 52 | 15 | 56 | 72 | 104 |
| Binary | 11011101 | 11001000 | 10000000 | 0 | 1010 | 101010 | 1101 | 101110 | 111010 | 1000100 |
Color Harmonies of #DDC880
Complementary color
Monochromatic Colors of #DDC880
Black with #DDC880
Text Example
Text Example
White with #DDC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC880; }
p { color: rgb(221,200,128); }
H1.HeaderClassName
{
color: #DDC880;
}
.AnyTagClassName
{
color: #DDC880;
}
</style>
background-color css
<style>
a { background-color: #DDC880; }
a { background-color: rgb(221,200,128); }
div.DivClassName
{
background-color: #DDC880;
}
.BgClassName
{
background-color: #DDC880;
}
</style>
border-color css
<style>
span { border-color: #DDC880; }
span { border-color: rgb(221,200,128); }
td.TdClassName
{
border-color: #DDC880;
}
.TagClassName
{
border-color: #DDC880;
}
</style>