Shades of Sandwisp #DDD584
Tints of Sandwisp #DDD584
RGB
CMYK
RGB Variations
Color information
#DDD584 (or 0xDDD584) is known color: Sandwisp. HEX triplet: DD, D5 and 84. RGB value is (221,213,132). Sum of RGB (Red+Green+Blue) = 221+213+132=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD584 is #222A7B. Grayscale: #CECECE. Windows color (decimal): -2239100 or 8705501. OLE color: 8705501.
HSL color Cylindrical-coordinate representation of color #DDD584: hue angle of 54.61º 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 #DDD584 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 132 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.13 |
| HSL | 54.61º | 0.57% | 0.69% | - |
| HSV(B) | 54.61º | 0.4% | 0.87% | - |
| XYZ | 57.78 | 64.63 | 31.26 | - |
| YUV | 206.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 132 | 0 | 0.04 | 0.40 | 0.13 | 54.61 | 0.57 | 0.69 |
| Hex | DD | D5 | 84 | 0 | 4 | 28 | D | 37 | 39 | 45 |
| Octal | 335 | 325 | 204 | 0 | 4 | 50 | 15 | 67 | 71 | 105 |
| Binary | 11011101 | 11010101 | 10000100 | 0 | 100 | 101000 | 1101 | 110111 | 111001 | 1000101 |
Color Harmonies of #DDD584
Complementary color
Monochromatic Colors of #DDD584
Black with #DDD584
Text Example
Text Example
White with #DDD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD584; }
p { color: rgb(221,213,132); }
H1.HeaderClassName
{
color: #DDD584;
}
.AnyTagClassName
{
color: #DDD584;
}
</style>
background-color css
<style>
a { background-color: #DDD584; }
a { background-color: rgb(221,213,132); }
div.DivClassName
{
background-color: #DDD584;
}
.BgClassName
{
background-color: #DDD584;
}
</style>
border-color css
<style>
span { border-color: #DDD584; }
span { border-color: rgb(221,213,132); }
td.TdClassName
{
border-color: #DDD584;
}
.TagClassName
{
border-color: #DDD584;
}
</style>