Shades of Sandwisp #DDC881
Tints of Sandwisp #DDC881
RGB
CMYK
RGB Variations
Color information
#DDC881 (or 0xDDC881) is known color: Sandwisp. HEX triplet: DD, C8 and 81. RGB value is (221,200,129). Sum of RGB (Red+Green+Blue) = 221+200+129=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC881 is #22377E. Grayscale: #C6C6C6. Windows color (decimal): -2242431 or 8505565. OLE color: 8505565.
HSL color Cylindrical-coordinate representation of color #DDC881: hue angle of 46.3º 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 #DDC881 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 129 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.13 |
| HSL | 46.3º | 0.58% | 0.69% | - |
| HSV(B) | 46.3º | 0.42% | 0.87% | - |
| XYZ | 54.44 | 58.27 | 29.15 | - |
| YUV | 198.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 129 | 0 | 0.10 | 0.42 | 0.13 | 46.3 | 0.58 | 0.69 |
| Hex | DD | C8 | 81 | 0 | A | 2A | D | 2E | 3A | 45 |
| Octal | 335 | 310 | 201 | 0 | 12 | 52 | 15 | 56 | 72 | 105 |
| Binary | 11011101 | 11001000 | 10000001 | 0 | 1010 | 101010 | 1101 | 101110 | 111010 | 1000101 |
Color Harmonies of #DDC881
Complementary color
Monochromatic Colors of #DDC881
Black with #DDC881
Text Example
Text Example
White with #DDC881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC881; }
p { color: rgb(221,200,129); }
H1.HeaderClassName
{
color: #DDC881;
}
.AnyTagClassName
{
color: #DDC881;
}
</style>
background-color css
<style>
a { background-color: #DDC881; }
a { background-color: rgb(221,200,129); }
div.DivClassName
{
background-color: #DDC881;
}
.BgClassName
{
background-color: #DDC881;
}
</style>
border-color css
<style>
span { border-color: #DDC881; }
span { border-color: rgb(221,200,129); }
td.TdClassName
{
border-color: #DDC881;
}
.TagClassName
{
border-color: #DDC881;
}
</style>