Shades of Sandwisp #DDD080
Tints of Sandwisp #DDD080
RGB
CMYK
RGB Variations
Color information
#DDD080 (or 0xDDD080) is known color: Sandwisp. HEX triplet: DD, D0 and 80. RGB value is (221,208,128). Sum of RGB (Red+Green+Blue) = 221+208+128=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD080 is #222F7F. Grayscale: #CBCBCB. Windows color (decimal): -2240384 or 8442077. OLE color: 8442077.
HSL color Cylindrical-coordinate representation of color #DDD080: hue angle of 51.61º 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 #DDD080 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 128 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.13 |
| HSL | 51.61º | 0.58% | 0.68% | - |
| HSV(B) | 51.61º | 0.42% | 0.87% | - |
| XYZ | 56.27 | 62.04 | 29.43 | - |
| YUV | 202.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 128 | 0 | 0.06 | 0.42 | 0.13 | 51.61 | 0.58 | 0.68 |
| Hex | DD | D0 | 80 | 0 | 6 | 2A | D | 34 | 3A | 44 |
| Octal | 335 | 320 | 200 | 0 | 6 | 52 | 15 | 64 | 72 | 104 |
| Binary | 11011101 | 11010000 | 10000000 | 0 | 110 | 101010 | 1101 | 110100 | 111010 | 1000100 |
Color Harmonies of #DDD080
Complementary color
Monochromatic Colors of #DDD080
Black with #DDD080
Text Example
Text Example
White with #DDD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD080; }
p { color: rgb(221,208,128); }
H1.HeaderClassName
{
color: #DDD080;
}
.AnyTagClassName
{
color: #DDD080;
}
</style>
background-color css
<style>
a { background-color: #DDD080; }
a { background-color: rgb(221,208,128); }
div.DivClassName
{
background-color: #DDD080;
}
.BgClassName
{
background-color: #DDD080;
}
</style>
border-color css
<style>
span { border-color: #DDD080; }
span { border-color: rgb(221,208,128); }
td.TdClassName
{
border-color: #DDD080;
}
.TagClassName
{
border-color: #DDD080;
}
</style>