Shades of Sandwisp #DDD487
Tints of Sandwisp #DDD487
RGB
CMYK
RGB Variations
Color information
#DDD487 (or 0xDDD487) is known color: Sandwisp. HEX triplet: DD, D4 and 87. RGB value is (221,212,135). Sum of RGB (Red+Green+Blue) = 221+212+135=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD487 is #222B78. Grayscale: #CECECE. Windows color (decimal): -2239353 or 8901853. OLE color: 8901853.
HSL color Cylindrical-coordinate representation of color #DDD487: hue angle of 53.72º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDD487 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 135 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.13 |
| HSL | 53.72º | 0.56% | 0.7% | - |
| HSV(B) | 53.72º | 0.39% | 0.87% | - |
| XYZ | 57.74 | 64.21 | 32.27 | - |
| YUV | 205.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 135 | 0 | 0.04 | 0.39 | 0.13 | 53.72 | 0.56 | 0.7 |
| Hex | DD | D4 | 87 | 0 | 4 | 27 | D | 36 | 38 | 46 |
| Octal | 335 | 324 | 207 | 0 | 4 | 47 | 15 | 66 | 70 | 106 |
| Binary | 11011101 | 11010100 | 10000111 | 0 | 100 | 100111 | 1101 | 110110 | 111000 | 1000110 |
Color Harmonies of #DDD487
Complementary color
Monochromatic Colors of #DDD487
Black with #DDD487
Text Example
Text Example
White with #DDD487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD487; }
p { color: rgb(221,212,135); }
H1.HeaderClassName
{
color: #DDD487;
}
.AnyTagClassName
{
color: #DDD487;
}
</style>
background-color css
<style>
a { background-color: #DDD487; }
a { background-color: rgb(221,212,135); }
div.DivClassName
{
background-color: #DDD487;
}
.BgClassName
{
background-color: #DDD487;
}
</style>
border-color css
<style>
span { border-color: #DDD487; }
span { border-color: rgb(221,212,135); }
td.TdClassName
{
border-color: #DDD487;
}
.TagClassName
{
border-color: #DDD487;
}
</style>