Shades of Sandwisp #DDC882
Tints of Sandwisp #DDC882
RGB
CMYK
RGB Variations
Color information
#DDC882 (or 0xDDC882) is known color: Sandwisp. HEX triplet: DD, C8 and 82. RGB value is (221,200,130). Sum of RGB (Red+Green+Blue) = 221+200+130=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC882 is #22377D. Grayscale: #C6C6C6. Windows color (decimal): -2242430 or 8571101. OLE color: 8571101.
HSL color Cylindrical-coordinate representation of color #DDC882: hue angle of 46.15º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDC882 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 130 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.13 |
| HSL | 46.15º | 0.57% | 0.69% | - |
| HSV(B) | 46.15º | 0.41% | 0.87% | - |
| XYZ | 54.5 | 58.29 | 29.5 | - |
| YUV | 198.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 130 | 0 | 0.10 | 0.41 | 0.13 | 46.15 | 0.57 | 0.69 |
| Hex | DD | C8 | 82 | 0 | A | 29 | D | 2E | 39 | 45 |
| Octal | 335 | 310 | 202 | 0 | 12 | 51 | 15 | 56 | 71 | 105 |
| Binary | 11011101 | 11001000 | 10000010 | 0 | 1010 | 101001 | 1101 | 101110 | 111001 | 1000101 |
Color Harmonies of #DDC882
Complementary color
Monochromatic Colors of #DDC882
Black with #DDC882
Text Example
Text Example
White with #DDC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC882; }
p { color: rgb(221,200,130); }
H1.HeaderClassName
{
color: #DDC882;
}
.AnyTagClassName
{
color: #DDC882;
}
</style>
background-color css
<style>
a { background-color: #DDC882; }
a { background-color: rgb(221,200,130); }
div.DivClassName
{
background-color: #DDC882;
}
.BgClassName
{
background-color: #DDC882;
}
</style>
border-color css
<style>
span { border-color: #DDC882; }
span { border-color: rgb(221,200,130); }
td.TdClassName
{
border-color: #DDC882;
}
.TagClassName
{
border-color: #DDC882;
}
</style>