Shades of Sandwisp #DDD083
Tints of Sandwisp #DDD083
RGB
CMYK
RGB Variations
Color information
#DDD083 (or 0xDDD083) is known color: Sandwisp. HEX triplet: DD, D0 and 83. RGB value is (221,208,131). Sum of RGB (Red+Green+Blue) = 221+208+131=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD083 is #222F7C. Grayscale: #CBCBCB. Windows color (decimal): -2240381 or 8638685. OLE color: 8638685.
HSL color Cylindrical-coordinate representation of color #DDD083: hue angle of 51.33º 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 #DDD083 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 131 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.13 |
| HSL | 51.33º | 0.57% | 0.69% | - |
| HSV(B) | 51.33º | 0.41% | 0.87% | - |
| XYZ | 56.47 | 62.12 | 30.49 | - |
| YUV | 203.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 131 | 0 | 0.06 | 0.41 | 0.13 | 51.33 | 0.57 | 0.69 |
| Hex | DD | D0 | 83 | 0 | 6 | 29 | D | 33 | 39 | 45 |
| Octal | 335 | 320 | 203 | 0 | 6 | 51 | 15 | 63 | 71 | 105 |
| Binary | 11011101 | 11010000 | 10000011 | 0 | 110 | 101001 | 1101 | 110011 | 111001 | 1000101 |
Color Harmonies of #DDD083
Complementary color
Monochromatic Colors of #DDD083
Black with #DDD083
Text Example
Text Example
White with #DDD083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD083; }
p { color: rgb(221,208,131); }
H1.HeaderClassName
{
color: #DDD083;
}
.AnyTagClassName
{
color: #DDD083;
}
</style>
background-color css
<style>
a { background-color: #DDD083; }
a { background-color: rgb(221,208,131); }
div.DivClassName
{
background-color: #DDD083;
}
.BgClassName
{
background-color: #DDD083;
}
</style>
border-color css
<style>
span { border-color: #DDD083; }
span { border-color: rgb(221,208,131); }
td.TdClassName
{
border-color: #DDD083;
}
.TagClassName
{
border-color: #DDD083;
}
</style>