Shades of Sandwisp #DDD181
Tints of Sandwisp #DDD181
RGB
CMYK
RGB Variations
Color information
#DDD181 (or 0xDDD181) is known color: Sandwisp. HEX triplet: DD, D1 and 81. RGB value is (221,209,129). Sum of RGB (Red+Green+Blue) = 221+209+129=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD181 is #222E7E. Grayscale: #CBCBCB. Windows color (decimal): -2240127 or 8507869. OLE color: 8507869.
HSL color Cylindrical-coordinate representation of color #DDD181: hue angle of 52.17º 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 #DDD181 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 129 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.13 |
| HSL | 52.17º | 0.58% | 0.69% | - |
| HSV(B) | 52.17º | 0.42% | 0.87% | - |
| XYZ | 56.58 | 62.56 | 29.86 | - |
| YUV | 203.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 129 | 0 | 0.05 | 0.42 | 0.13 | 52.17 | 0.58 | 0.69 |
| Hex | DD | D1 | 81 | 0 | 5 | 2A | D | 34 | 3A | 45 |
| Octal | 335 | 321 | 201 | 0 | 5 | 52 | 15 | 64 | 72 | 105 |
| Binary | 11011101 | 11010001 | 10000001 | 0 | 101 | 101010 | 1101 | 110100 | 111010 | 1000101 |
Color Harmonies of #DDD181
Complementary color
Monochromatic Colors of #DDD181
Black with #DDD181
Text Example
Text Example
White with #DDD181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD181; }
p { color: rgb(221,209,129); }
H1.HeaderClassName
{
color: #DDD181;
}
.AnyTagClassName
{
color: #DDD181;
}
</style>
background-color css
<style>
a { background-color: #DDD181; }
a { background-color: rgb(221,209,129); }
div.DivClassName
{
background-color: #DDD181;
}
.BgClassName
{
background-color: #DDD181;
}
</style>
border-color css
<style>
span { border-color: #DDD181; }
span { border-color: rgb(221,209,129); }
td.TdClassName
{
border-color: #DDD181;
}
.TagClassName
{
border-color: #DDD181;
}
</style>