Shades of Sandwisp #DDD486
Tints of Sandwisp #DDD486
RGB
CMYK
RGB Variations
Color information
#DDD486 (or 0xDDD486) is known color: Sandwisp. HEX triplet: DD, D4 and 86. RGB value is (221,212,134). Sum of RGB (Red+Green+Blue) = 221+212+134=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD486 is #222B79. Grayscale: #CECECE. Windows color (decimal): -2239354 or 8836317. OLE color: 8836317.
HSL color Cylindrical-coordinate representation of color #DDD486: hue angle of 53.79º 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 #DDD486 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 134 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.13 |
| HSL | 53.79º | 0.56% | 0.7% | - |
| HSV(B) | 53.79º | 0.39% | 0.87% | - |
| XYZ | 57.67 | 64.18 | 31.9 | - |
| YUV | 205.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 134 | 0 | 0.04 | 0.39 | 0.13 | 53.79 | 0.56 | 0.7 |
| Hex | DD | D4 | 86 | 0 | 4 | 27 | D | 36 | 38 | 46 |
| Octal | 335 | 324 | 206 | 0 | 4 | 47 | 15 | 66 | 70 | 106 |
| Binary | 11011101 | 11010100 | 10000110 | 0 | 100 | 100111 | 1101 | 110110 | 111000 | 1000110 |
Color Harmonies of #DDD486
Complementary color
Monochromatic Colors of #DDD486
Black with #DDD486
Text Example
Text Example
White with #DDD486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD486; }
p { color: rgb(221,212,134); }
H1.HeaderClassName
{
color: #DDD486;
}
.AnyTagClassName
{
color: #DDD486;
}
</style>
background-color css
<style>
a { background-color: #DDD486; }
a { background-color: rgb(221,212,134); }
div.DivClassName
{
background-color: #DDD486;
}
.BgClassName
{
background-color: #DDD486;
}
</style>
border-color css
<style>
span { border-color: #DDD486; }
span { border-color: rgb(221,212,134); }
td.TdClassName
{
border-color: #DDD486;
}
.TagClassName
{
border-color: #DDD486;
}
</style>