Shades of Sandwisp #DDD288
Tints of Sandwisp #DDD288
RGB
CMYK
RGB Variations
Color information
#DDD288 (or 0xDDD288) is known color: Sandwisp. HEX triplet: DD, D2 and 88. RGB value is (221,210,136). Sum of RGB (Red+Green+Blue) = 221+210+136=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD288 is #222D77. Grayscale: #CDCDCD. Windows color (decimal): -2239864 or 8966877. OLE color: 8966877.
HSL color Cylindrical-coordinate representation of color #DDD288: hue angle of 52.24º 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 #DDD288 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 136 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.13 |
| HSL | 52.24º | 0.56% | 0.7% | - |
| HSV(B) | 52.24º | 0.38% | 0.87% | - |
| XYZ | 57.31 | 63.24 | 32.48 | - |
| YUV | 204.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 136 | 0 | 0.05 | 0.38 | 0.13 | 52.24 | 0.56 | 0.7 |
| Hex | DD | D2 | 88 | 0 | 5 | 26 | D | 34 | 38 | 46 |
| Octal | 335 | 322 | 210 | 0 | 5 | 46 | 15 | 64 | 70 | 106 |
| Binary | 11011101 | 11010010 | 10001000 | 0 | 101 | 100110 | 1101 | 110100 | 111000 | 1000110 |
Color Harmonies of #DDD288
Complementary color
Monochromatic Colors of #DDD288
Black with #DDD288
Text Example
Text Example
White with #DDD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD288; }
p { color: rgb(221,210,136); }
H1.HeaderClassName
{
color: #DDD288;
}
.AnyTagClassName
{
color: #DDD288;
}
</style>
background-color css
<style>
a { background-color: #DDD288; }
a { background-color: rgb(221,210,136); }
div.DivClassName
{
background-color: #DDD288;
}
.BgClassName
{
background-color: #DDD288;
}
</style>
border-color css
<style>
span { border-color: #DDD288; }
span { border-color: rgb(221,210,136); }
td.TdClassName
{
border-color: #DDD288;
}
.TagClassName
{
border-color: #DDD288;
}
</style>