Shades of Sandwisp #DDD282
Tints of Sandwisp #DDD282
RGB
CMYK
RGB Variations
Color information
#DDD282 (or 0xDDD282) is known color: Sandwisp. HEX triplet: DD, D2 and 82. RGB value is (221,210,130). Sum of RGB (Red+Green+Blue) = 221+210+130=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD282 is #222D7D. Grayscale: #CCCCCC. Windows color (decimal): -2239870 or 8573661. OLE color: 8573661.
HSL color Cylindrical-coordinate representation of color #DDD282: hue angle of 52.75º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDD282 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 130 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.13 |
| HSL | 52.75º | 0.57% | 0.69% | - |
| HSV(B) | 52.75º | 0.41% | 0.87% | - |
| XYZ | 56.89 | 63.08 | 30.3 | - |
| YUV | 204.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 130 | 0 | 0.05 | 0.41 | 0.13 | 52.75 | 0.57 | 0.69 |
| Hex | DD | D2 | 82 | 0 | 5 | 29 | D | 35 | 39 | 45 |
| Octal | 335 | 322 | 202 | 0 | 5 | 51 | 15 | 65 | 71 | 105 |
| Binary | 11011101 | 11010010 | 10000010 | 0 | 101 | 101001 | 1101 | 110101 | 111001 | 1000101 |
Color Harmonies of #DDD282
Complementary color
Monochromatic Colors of #DDD282
Black with #DDD282
Text Example
Text Example
White with #DDD282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD282; }
p { color: rgb(221,210,130); }
H1.HeaderClassName
{
color: #DDD282;
}
.AnyTagClassName
{
color: #DDD282;
}
</style>
background-color css
<style>
a { background-color: #DDD282; }
a { background-color: rgb(221,210,130); }
div.DivClassName
{
background-color: #DDD282;
}
.BgClassName
{
background-color: #DDD282;
}
</style>
border-color css
<style>
span { border-color: #DDD282; }
span { border-color: rgb(221,210,130); }
td.TdClassName
{
border-color: #DDD282;
}
.TagClassName
{
border-color: #DDD282;
}
</style>