Shades of Sandwisp #DDC884
Tints of Sandwisp #DDC884
RGB
CMYK
RGB Variations
Color information
#DDC884 (or 0xDDC884) is known color: Sandwisp. HEX triplet: DD, C8 and 84. RGB value is (221,200,132). Sum of RGB (Red+Green+Blue) = 221+200+132=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC884 is #22377B. Grayscale: #C6C6C6. Windows color (decimal): -2242428 or 8702173. OLE color: 8702173.
HSL color Cylindrical-coordinate representation of color #DDC884: hue angle of 45.84º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDC884 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 132 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.13 |
| HSL | 45.84º | 0.57% | 0.69% | - |
| HSV(B) | 45.84º | 0.4% | 0.87% | - |
| XYZ | 54.64 | 58.35 | 30.21 | - |
| YUV | 198.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 132 | 0 | 0.10 | 0.40 | 0.13 | 45.84 | 0.57 | 0.69 |
| Hex | DD | C8 | 84 | 0 | A | 28 | D | 2E | 39 | 45 |
| Octal | 335 | 310 | 204 | 0 | 12 | 50 | 15 | 56 | 71 | 105 |
| Binary | 11011101 | 11001000 | 10000100 | 0 | 1010 | 101000 | 1101 | 101110 | 111001 | 1000101 |
Color Harmonies of #DDC884
Complementary color
Monochromatic Colors of #DDC884
Black with #DDC884
Text Example
Text Example
White with #DDC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC884; }
p { color: rgb(221,200,132); }
H1.HeaderClassName
{
color: #DDC884;
}
.AnyTagClassName
{
color: #DDC884;
}
</style>
background-color css
<style>
a { background-color: #DDC884; }
a { background-color: rgb(221,200,132); }
div.DivClassName
{
background-color: #DDC884;
}
.BgClassName
{
background-color: #DDC884;
}
</style>
border-color css
<style>
span { border-color: #DDC884; }
span { border-color: rgb(221,200,132); }
td.TdClassName
{
border-color: #DDC884;
}
.TagClassName
{
border-color: #DDC884;
}
</style>