Shades of Sandwisp #DDC983
Tints of Sandwisp #DDC983
RGB
CMYK
RGB Variations
Color information
#DDC983 (or 0xDDC983) is known color: Sandwisp. HEX triplet: DD, C9 and 83. RGB value is (221,201,131). Sum of RGB (Red+Green+Blue) = 221+201+131=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC983 is #22367C. Grayscale: #C7C7C7. Windows color (decimal): -2242173 or 8636893. OLE color: 8636893.
HSL color Cylindrical-coordinate representation of color #DDC983: hue angle of 46.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 #DDC983 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 131 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.13 |
| HSL | 46.67º | 0.57% | 0.69% | - |
| HSV(B) | 46.67º | 0.41% | 0.87% | - |
| XYZ | 54.8 | 58.78 | 29.93 | - |
| YUV | 199 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 131 | 0 | 0.09 | 0.41 | 0.13 | 46.67 | 0.57 | 0.69 |
| Hex | DD | C9 | 83 | 0 | 9 | 29 | D | 2F | 39 | 45 |
| Octal | 335 | 311 | 203 | 0 | 11 | 51 | 15 | 57 | 71 | 105 |
| Binary | 11011101 | 11001001 | 10000011 | 0 | 1001 | 101001 | 1101 | 101111 | 111001 | 1000101 |
Color Harmonies of #DDC983
Complementary color
Monochromatic Colors of #DDC983
Black with #DDC983
Text Example
Text Example
White with #DDC983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC983; }
p { color: rgb(221,201,131); }
H1.HeaderClassName
{
color: #DDC983;
}
.AnyTagClassName
{
color: #DDC983;
}
</style>
background-color css
<style>
a { background-color: #DDC983; }
a { background-color: rgb(221,201,131); }
div.DivClassName
{
background-color: #DDC983;
}
.BgClassName
{
background-color: #DDC983;
}
</style>
border-color css
<style>
span { border-color: #DDC983; }
span { border-color: rgb(221,201,131); }
td.TdClassName
{
border-color: #DDC983;
}
.TagClassName
{
border-color: #DDC983;
}
</style>