Shades of Sandwisp #DDD585
Tints of Sandwisp #DDD585
RGB
CMYK
RGB Variations
Color information
#DDD585 (or 0xDDD585) is known color: Sandwisp. HEX triplet: DD, D5 and 85. RGB value is (221,213,133). Sum of RGB (Red+Green+Blue) = 221+213+133=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD585 is #222A7A. Grayscale: #CECECE. Windows color (decimal): -2239099 or 8771037. OLE color: 8771037.
HSL color Cylindrical-coordinate representation of color #DDD585: hue angle of 54.55º degrees, saturation: 0.56, 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 #DDD585 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 133 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.13 |
| HSL | 54.55º | 0.56% | 0.69% | - |
| HSV(B) | 54.55º | 0.4% | 0.87% | - |
| XYZ | 57.85 | 64.65 | 31.62 | - |
| YUV | 206.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 133 | 0 | 0.04 | 0.40 | 0.13 | 54.55 | 0.56 | 0.69 |
| Hex | DD | D5 | 85 | 0 | 4 | 28 | D | 37 | 38 | 45 |
| Octal | 335 | 325 | 205 | 0 | 4 | 50 | 15 | 67 | 70 | 105 |
| Binary | 11011101 | 11010101 | 10000101 | 0 | 100 | 101000 | 1101 | 110111 | 111000 | 1000101 |
Color Harmonies of #DDD585
Complementary color
Monochromatic Colors of #DDD585
Black with #DDD585
Text Example
Text Example
White with #DDD585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD585; }
p { color: rgb(221,213,133); }
H1.HeaderClassName
{
color: #DDD585;
}
.AnyTagClassName
{
color: #DDD585;
}
</style>
background-color css
<style>
a { background-color: #DDD585; }
a { background-color: rgb(221,213,133); }
div.DivClassName
{
background-color: #DDD585;
}
.BgClassName
{
background-color: #DDD585;
}
</style>
border-color css
<style>
span { border-color: #DDD585; }
span { border-color: rgb(221,213,133); }
td.TdClassName
{
border-color: #DDD585;
}
.TagClassName
{
border-color: #DDD585;
}
</style>