Shades of Sandwisp #DDD582
Tints of Sandwisp #DDD582
RGB
CMYK
RGB Variations
Color information
#DDD582 (or 0xDDD582) is known color: Sandwisp. HEX triplet: DD, D5 and 82. RGB value is (221,213,130). Sum of RGB (Red+Green+Blue) = 221+213+130=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD582 is #222A7D. Grayscale: #CECECE. Windows color (decimal): -2239102 or 8574429. OLE color: 8574429.
HSL color Cylindrical-coordinate representation of color #DDD582: hue angle of 54.73º 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 #DDD582 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 130 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.13 |
| HSL | 54.73º | 0.57% | 0.69% | - |
| HSV(B) | 54.73º | 0.41% | 0.87% | - |
| XYZ | 57.64 | 64.57 | 30.54 | - |
| YUV | 205.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 130 | 0 | 0.04 | 0.41 | 0.13 | 54.73 | 0.57 | 0.69 |
| Hex | DD | D5 | 82 | 0 | 4 | 29 | D | 37 | 39 | 45 |
| Octal | 335 | 325 | 202 | 0 | 4 | 51 | 15 | 67 | 71 | 105 |
| Binary | 11011101 | 11010101 | 10000010 | 0 | 100 | 101001 | 1101 | 110111 | 111001 | 1000101 |
Color Harmonies of #DDD582
Complementary color
Monochromatic Colors of #DDD582
Black with #DDD582
Text Example
Text Example
White with #DDD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD582; }
p { color: rgb(221,213,130); }
H1.HeaderClassName
{
color: #DDD582;
}
.AnyTagClassName
{
color: #DDD582;
}
</style>
background-color css
<style>
a { background-color: #DDD582; }
a { background-color: rgb(221,213,130); }
div.DivClassName
{
background-color: #DDD582;
}
.BgClassName
{
background-color: #DDD582;
}
</style>
border-color css
<style>
span { border-color: #DDD582; }
span { border-color: rgb(221,213,130); }
td.TdClassName
{
border-color: #DDD582;
}
.TagClassName
{
border-color: #DDD582;
}
</style>