Shades of Sandwisp #DDD388
Tints of Sandwisp #DDD388
RGB
CMYK
RGB Variations
Color information
#DDD388 (or 0xDDD388) is known color: Sandwisp. HEX triplet: DD, D3 and 88. RGB value is (221,211,136). Sum of RGB (Red+Green+Blue) = 221+211+136=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD388 is #222C77. Grayscale: #CDCDCD. Windows color (decimal): -2239608 or 8967133. OLE color: 8967133.
HSL color Cylindrical-coordinate representation of color #DDD388: hue angle of 52.94º 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 #DDD388 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 136 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.13 |
| HSL | 52.94º | 0.56% | 0.7% | - |
| HSV(B) | 52.94º | 0.38% | 0.87% | - |
| XYZ | 57.56 | 63.74 | 32.56 | - |
| YUV | 205.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 136 | 0 | 0.05 | 0.38 | 0.13 | 52.94 | 0.56 | 0.7 |
| Hex | DD | D3 | 88 | 0 | 5 | 26 | D | 35 | 38 | 46 |
| Octal | 335 | 323 | 210 | 0 | 5 | 46 | 15 | 65 | 70 | 106 |
| Binary | 11011101 | 11010011 | 10001000 | 0 | 101 | 100110 | 1101 | 110101 | 111000 | 1000110 |
Color Harmonies of #DDD388
Complementary color
Monochromatic Colors of #DDD388
Black with #DDD388
Text Example
Text Example
White with #DDD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD388; }
p { color: rgb(221,211,136); }
H1.HeaderClassName
{
color: #DDD388;
}
.AnyTagClassName
{
color: #DDD388;
}
</style>
background-color css
<style>
a { background-color: #DDD388; }
a { background-color: rgb(221,211,136); }
div.DivClassName
{
background-color: #DDD388;
}
.BgClassName
{
background-color: #DDD388;
}
</style>
border-color css
<style>
span { border-color: #DDD388; }
span { border-color: rgb(221,211,136); }
td.TdClassName
{
border-color: #DDD388;
}
.TagClassName
{
border-color: #DDD388;
}
</style>