Shades of Sandwisp #DED488
Tints of Sandwisp #DED488
RGB
CMYK
RGB Variations
Color information
#DED488 (or 0xDED488) is known color: Sandwisp. HEX triplet: DE, D4 and 88. RGB value is (222,212,136). Sum of RGB (Red+Green+Blue) = 222+212+136=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DED488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED488 is #212B77. Grayscale: #CECECE. Windows color (decimal): -2173816 or 8967390. OLE color: 8967390.
HSL color Cylindrical-coordinate representation of color #DED488: hue angle of 53.02º 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 #DED488 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 136 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.13 |
| HSL | 53.02º | 0.57% | 0.7% | - |
| HSV(B) | 53.02º | 0.39% | 0.87% | - |
| XYZ | 58.11 | 64.39 | 32.66 | - |
| YUV | 206.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 136 | 0 | 0.05 | 0.39 | 0.13 | 53.02 | 0.57 | 0.7 |
| Hex | DE | D4 | 88 | 0 | 5 | 27 | D | 35 | 39 | 46 |
| Octal | 336 | 324 | 210 | 0 | 5 | 47 | 15 | 65 | 71 | 106 |
| Binary | 11011110 | 11010100 | 10001000 | 0 | 101 | 100111 | 1101 | 110101 | 111001 | 1000110 |
Color Harmonies of #DED488
Complementary color
Monochromatic Colors of #DED488
Black with #DED488
Text Example
Text Example
White with #DED488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED488; }
p { color: rgb(222,212,136); }
H1.HeaderClassName
{
color: #DED488;
}
.AnyTagClassName
{
color: #DED488;
}
</style>
background-color css
<style>
a { background-color: #DED488; }
a { background-color: rgb(222,212,136); }
div.DivClassName
{
background-color: #DED488;
}
.BgClassName
{
background-color: #DED488;
}
</style>
border-color css
<style>
span { border-color: #DED488; }
span { border-color: rgb(222,212,136); }
td.TdClassName
{
border-color: #DED488;
}
.TagClassName
{
border-color: #DED488;
}
</style>