Shades of Sandwisp #DDD088
Tints of Sandwisp #DDD088
RGB
CMYK
RGB Variations
Color information
#DDD088 (or 0xDDD088) is known color: Sandwisp. HEX triplet: DD, D0 and 88. RGB value is (221,208,136). Sum of RGB (Red+Green+Blue) = 221+208+136=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD088 is #222F77. Grayscale: #CBCBCB. Windows color (decimal): -2240376 or 8966365. OLE color: 8966365.
HSL color Cylindrical-coordinate representation of color #DDD088: hue angle of 50.82º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDD088 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 136 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.13 |
| HSL | 50.82º | 0.56% | 0.7% | - |
| HSV(B) | 50.82º | 0.38% | 0.87% | - |
| XYZ | 56.82 | 62.26 | 32.32 | - |
| YUV | 203.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 136 | 0 | 0.06 | 0.38 | 0.13 | 50.82 | 0.56 | 0.7 |
| Hex | DD | D0 | 88 | 0 | 6 | 26 | D | 33 | 38 | 46 |
| Octal | 335 | 320 | 210 | 0 | 6 | 46 | 15 | 63 | 70 | 106 |
| Binary | 11011101 | 11010000 | 10001000 | 0 | 110 | 100110 | 1101 | 110011 | 111000 | 1000110 |
Color Harmonies of #DDD088
Complementary color
Monochromatic Colors of #DDD088
Black with #DDD088
Text Example
Text Example
White with #DDD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD088; }
p { color: rgb(221,208,136); }
H1.HeaderClassName
{
color: #DDD088;
}
.AnyTagClassName
{
color: #DDD088;
}
</style>
background-color css
<style>
a { background-color: #DDD088; }
a { background-color: rgb(221,208,136); }
div.DivClassName
{
background-color: #DDD088;
}
.BgClassName
{
background-color: #DDD088;
}
</style>
border-color css
<style>
span { border-color: #DDD088; }
span { border-color: rgb(221,208,136); }
td.TdClassName
{
border-color: #DDD088;
}
.TagClassName
{
border-color: #DDD088;
}
</style>