Shades of Sandwisp #DDD280
Tints of Sandwisp #DDD280
RGB
CMYK
RGB Variations
Color information
#DDD280 (or 0xDDD280) is known color: Sandwisp. HEX triplet: DD, D2 and 80. RGB value is (221,210,128). Sum of RGB (Red+Green+Blue) = 221+210+128=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD280 is #222D7F. Grayscale: #CCCCCC. Windows color (decimal): -2239872 or 8442589. OLE color: 8442589.
HSL color Cylindrical-coordinate representation of color #DDD280: hue angle of 52.9º 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 #DDD280 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 128 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.13 |
| HSL | 52.9º | 0.58% | 0.68% | - |
| HSV(B) | 52.9º | 0.42% | 0.87% | - |
| XYZ | 56.76 | 63.02 | 29.6 | - |
| YUV | 203.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 128 | 0 | 0.05 | 0.42 | 0.13 | 52.9 | 0.58 | 0.68 |
| Hex | DD | D2 | 80 | 0 | 5 | 2A | D | 35 | 3A | 44 |
| Octal | 335 | 322 | 200 | 0 | 5 | 52 | 15 | 65 | 72 | 104 |
| Binary | 11011101 | 11010010 | 10000000 | 0 | 101 | 101010 | 1101 | 110101 | 111010 | 1000100 |
Color Harmonies of #DDD280
Complementary color
Monochromatic Colors of #DDD280
Black with #DDD280
Text Example
Text Example
White with #DDD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD280; }
p { color: rgb(221,210,128); }
H1.HeaderClassName
{
color: #DDD280;
}
.AnyTagClassName
{
color: #DDD280;
}
</style>
background-color css
<style>
a { background-color: #DDD280; }
a { background-color: rgb(221,210,128); }
div.DivClassName
{
background-color: #DDD280;
}
.BgClassName
{
background-color: #DDD280;
}
</style>
border-color css
<style>
span { border-color: #DDD280; }
span { border-color: rgb(221,210,128); }
td.TdClassName
{
border-color: #DDD280;
}
.TagClassName
{
border-color: #DDD280;
}
</style>