Shades of Sandwisp #DED388
Tints of Sandwisp #DED388
RGB
CMYK
RGB Variations
Color information
#DED388 (or 0xDED388) is known color: Sandwisp. HEX triplet: DE, D3 and 88. RGB value is (222,211,136). Sum of RGB (Red+Green+Blue) = 222+211+136=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DED388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED388 is #212C77. Grayscale: #CECECE. Windows color (decimal): -2174072 or 8967134. OLE color: 8967134.
HSL color Cylindrical-coordinate representation of color #DED388: hue angle of 52.33º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DED388 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 136 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.13 |
| HSL | 52.33º | 0.57% | 0.7% | - |
| HSV(B) | 52.33º | 0.39% | 0.87% | - |
| XYZ | 57.86 | 63.9 | 32.58 | - |
| YUV | 205.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 136 | 0 | 0.05 | 0.39 | 0.13 | 52.33 | 0.57 | 0.7 |
| Hex | DE | D3 | 88 | 0 | 5 | 27 | D | 34 | 39 | 46 |
| Octal | 336 | 323 | 210 | 0 | 5 | 47 | 15 | 64 | 71 | 106 |
| Binary | 11011110 | 11010011 | 10001000 | 0 | 101 | 100111 | 1101 | 110100 | 111001 | 1000110 |
Color Harmonies of #DED388
Complementary color
Monochromatic Colors of #DED388
Black with #DED388
Text Example
Text Example
White with #DED388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED388; }
p { color: rgb(222,211,136); }
H1.HeaderClassName
{
color: #DED388;
}
.AnyTagClassName
{
color: #DED388;
}
</style>
background-color css
<style>
a { background-color: #DED388; }
a { background-color: rgb(222,211,136); }
div.DivClassName
{
background-color: #DED388;
}
.BgClassName
{
background-color: #DED388;
}
</style>
border-color css
<style>
span { border-color: #DED388; }
span { border-color: rgb(222,211,136); }
td.TdClassName
{
border-color: #DED388;
}
.TagClassName
{
border-color: #DED388;
}
</style>