Shades of Sandwisp #DDD284
Tints of Sandwisp #DDD284
RGB
CMYK
RGB Variations
Color information
#DDD284 (or 0xDDD284) is known color: Sandwisp. HEX triplet: DD, D2 and 84. RGB value is (221,210,132). Sum of RGB (Red+Green+Blue) = 221+210+132=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD284 is #222D7B. Grayscale: #CCCCCC. Windows color (decimal): -2239868 or 8704733. OLE color: 8704733.
HSL color Cylindrical-coordinate representation of color #DDD284: hue angle of 52.58º degrees, saturation: 0.57, 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 #DDD284 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 132 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.13 |
| HSL | 52.58º | 0.57% | 0.69% | - |
| HSV(B) | 52.58º | 0.4% | 0.87% | - |
| XYZ | 57.03 | 63.13 | 31.01 | - |
| YUV | 204.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 132 | 0 | 0.05 | 0.40 | 0.13 | 52.58 | 0.57 | 0.69 |
| Hex | DD | D2 | 84 | 0 | 5 | 28 | D | 35 | 39 | 45 |
| Octal | 335 | 322 | 204 | 0 | 5 | 50 | 15 | 65 | 71 | 105 |
| Binary | 11011101 | 11010010 | 10000100 | 0 | 101 | 101000 | 1101 | 110101 | 111001 | 1000101 |
Color Harmonies of #DDD284
Complementary color
Monochromatic Colors of #DDD284
Black with #DDD284
Text Example
Text Example
White with #DDD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD284; }
p { color: rgb(221,210,132); }
H1.HeaderClassName
{
color: #DDD284;
}
.AnyTagClassName
{
color: #DDD284;
}
</style>
background-color css
<style>
a { background-color: #DDD284; }
a { background-color: rgb(221,210,132); }
div.DivClassName
{
background-color: #DDD284;
}
.BgClassName
{
background-color: #DDD284;
}
</style>
border-color css
<style>
span { border-color: #DDD284; }
span { border-color: rgb(221,210,132); }
td.TdClassName
{
border-color: #DDD284;
}
.TagClassName
{
border-color: #DDD284;
}
</style>