Shades of Sandwisp #DDD583
Tints of Sandwisp #DDD583
RGB
CMYK
RGB Variations
Color information
#DDD583 (or 0xDDD583) is known color: Sandwisp. HEX triplet: DD, D5 and 83. RGB value is (221,213,131). Sum of RGB (Red+Green+Blue) = 221+213+131=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD583 is #222A7C. Grayscale: #CECECE. Windows color (decimal): -2239101 or 8639965. OLE color: 8639965.
HSL color Cylindrical-coordinate representation of color #DDD583: hue angle of 54.67º 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 #DDD583 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 131 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.13 |
| HSL | 54.67º | 0.57% | 0.69% | - |
| HSV(B) | 54.67º | 0.41% | 0.87% | - |
| XYZ | 57.71 | 64.6 | 30.9 | - |
| YUV | 206.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 131 | 0 | 0.04 | 0.41 | 0.13 | 54.67 | 0.57 | 0.69 |
| Hex | DD | D5 | 83 | 0 | 4 | 29 | D | 37 | 39 | 45 |
| Octal | 335 | 325 | 203 | 0 | 4 | 51 | 15 | 67 | 71 | 105 |
| Binary | 11011101 | 11010101 | 10000011 | 0 | 100 | 101001 | 1101 | 110111 | 111001 | 1000101 |
Color Harmonies of #DDD583
Complementary color
Monochromatic Colors of #DDD583
Black with #DDD583
Text Example
Text Example
White with #DDD583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD583; }
p { color: rgb(221,213,131); }
H1.HeaderClassName
{
color: #DDD583;
}
.AnyTagClassName
{
color: #DDD583;
}
</style>
background-color css
<style>
a { background-color: #DDD583; }
a { background-color: rgb(221,213,131); }
div.DivClassName
{
background-color: #DDD583;
}
.BgClassName
{
background-color: #DDD583;
}
</style>
border-color css
<style>
span { border-color: #DDD583; }
span { border-color: rgb(221,213,131); }
td.TdClassName
{
border-color: #DDD583;
}
.TagClassName
{
border-color: #DDD583;
}
</style>