Shades of Sandwisp #DDD485
Tints of Sandwisp #DDD485
RGB
CMYK
RGB Variations
Color information
#DDD485 (or 0xDDD485) is known color: Sandwisp. HEX triplet: DD, D4 and 85. RGB value is (221,212,133). Sum of RGB (Red+Green+Blue) = 221+212+133=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD485 is #222B7A. Grayscale: #CECECE. Windows color (decimal): -2239355 or 8770781. OLE color: 8770781.
HSL color Cylindrical-coordinate representation of color #DDD485: hue angle of 53.86º 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 #DDD485 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 133 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.13 |
| HSL | 53.86º | 0.56% | 0.69% | - |
| HSV(B) | 53.86º | 0.4% | 0.87% | - |
| XYZ | 57.6 | 64.15 | 31.54 | - |
| YUV | 205.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 133 | 0 | 0.04 | 0.40 | 0.13 | 53.86 | 0.56 | 0.69 |
| Hex | DD | D4 | 85 | 0 | 4 | 28 | D | 36 | 38 | 45 |
| Octal | 335 | 324 | 205 | 0 | 4 | 50 | 15 | 66 | 70 | 105 |
| Binary | 11011101 | 11010100 | 10000101 | 0 | 100 | 101000 | 1101 | 110110 | 111000 | 1000101 |
Color Harmonies of #DDD485
Complementary color
Monochromatic Colors of #DDD485
Black with #DDD485
Text Example
Text Example
White with #DDD485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD485; }
p { color: rgb(221,212,133); }
H1.HeaderClassName
{
color: #DDD485;
}
.AnyTagClassName
{
color: #DDD485;
}
</style>
background-color css
<style>
a { background-color: #DDD485; }
a { background-color: rgb(221,212,133); }
div.DivClassName
{
background-color: #DDD485;
}
.BgClassName
{
background-color: #DDD485;
}
</style>
border-color css
<style>
span { border-color: #DDD485; }
span { border-color: rgb(221,212,133); }
td.TdClassName
{
border-color: #DDD485;
}
.TagClassName
{
border-color: #DDD485;
}
</style>