Shades of Sandwisp #DDC981
Tints of Sandwisp #DDC981
RGB
CMYK
RGB Variations
Color information
#DDC981 (or 0xDDC981) is known color: Sandwisp. HEX triplet: DD, C9 and 81. RGB value is (221,201,129). Sum of RGB (Red+Green+Blue) = 221+201+129=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC981 is #22367E. Grayscale: #C7C7C7. Windows color (decimal): -2242175 or 8505821. OLE color: 8505821.
HSL color Cylindrical-coordinate representation of color #DDC981: hue angle of 46.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDC981 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 129 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.13 |
| HSL | 46.96º | 0.58% | 0.69% | - |
| HSV(B) | 46.96º | 0.42% | 0.87% | - |
| XYZ | 54.67 | 58.73 | 29.22 | - |
| YUV | 198.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 129 | 0 | 0.09 | 0.42 | 0.13 | 46.96 | 0.58 | 0.69 |
| Hex | DD | C9 | 81 | 0 | 9 | 2A | D | 2F | 3A | 45 |
| Octal | 335 | 311 | 201 | 0 | 11 | 52 | 15 | 57 | 72 | 105 |
| Binary | 11011101 | 11001001 | 10000001 | 0 | 1001 | 101010 | 1101 | 101111 | 111010 | 1000101 |
Color Harmonies of #DDC981
Complementary color
Monochromatic Colors of #DDC981
Black with #DDC981
Text Example
Text Example
White with #DDC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC981; }
p { color: rgb(221,201,129); }
H1.HeaderClassName
{
color: #DDC981;
}
.AnyTagClassName
{
color: #DDC981;
}
</style>
background-color css
<style>
a { background-color: #DDC981; }
a { background-color: rgb(221,201,129); }
div.DivClassName
{
background-color: #DDC981;
}
.BgClassName
{
background-color: #DDC981;
}
</style>
border-color css
<style>
span { border-color: #DDC981; }
span { border-color: rgb(221,201,129); }
td.TdClassName
{
border-color: #DDC981;
}
.TagClassName
{
border-color: #DDC981;
}
</style>