Shades of Sandwisp #DED280
Tints of Sandwisp #DED280
RGB
CMYK
RGB Variations
Color information
#DED280 (or 0xDED280) is known color: Sandwisp. HEX triplet: DE, D2 and 80. RGB value is (222,210,128). Sum of RGB (Red+Green+Blue) = 222+210+128=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DED280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED280 is #212D7F. Grayscale: #CCCCCC. Windows color (decimal): -2174336 or 8442590. OLE color: 8442590.
HSL color Cylindrical-coordinate representation of color #DED280: hue angle of 52.34º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DED280 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 128 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.13 |
| HSL | 52.34º | 0.59% | 0.69% | - |
| HSV(B) | 52.34º | 0.42% | 0.87% | - |
| XYZ | 57.07 | 63.18 | 29.61 | - |
| YUV | 204.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 128 | 0 | 0.05 | 0.42 | 0.13 | 52.34 | 0.59 | 0.69 |
| Hex | DE | D2 | 80 | 0 | 5 | 2A | D | 34 | 3B | 45 |
| Octal | 336 | 322 | 200 | 0 | 5 | 52 | 15 | 64 | 73 | 105 |
| Binary | 11011110 | 11010010 | 10000000 | 0 | 101 | 101010 | 1101 | 110100 | 111011 | 1000101 |
Color Harmonies of #DED280
Complementary color
Monochromatic Colors of #DED280
Black with #DED280
Text Example
Text Example
White with #DED280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED280; }
p { color: rgb(222,210,128); }
H1.HeaderClassName
{
color: #DED280;
}
.AnyTagClassName
{
color: #DED280;
}
</style>
background-color css
<style>
a { background-color: #DED280; }
a { background-color: rgb(222,210,128); }
div.DivClassName
{
background-color: #DED280;
}
.BgClassName
{
background-color: #DED280;
}
</style>
border-color css
<style>
span { border-color: #DED280; }
span { border-color: rgb(222,210,128); }
td.TdClassName
{
border-color: #DED280;
}
.TagClassName
{
border-color: #DED280;
}
</style>