Shades of Sandwisp #DED28C
Tints of Sandwisp #DED28C
RGB
CMYK
RGB Variations
Color information
#DED28C (or 0xDED28C) is known color: Sandwisp. HEX triplet: DE, D2 and 8C. RGB value is (222,210,140). Sum of RGB (Red+Green+Blue) = 222+210+140=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DED28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED28C is #212D73. Grayscale: #CDCDCD. Windows color (decimal): -2174324 or 9229022. OLE color: 9229022.
HSL color Cylindrical-coordinate representation of color #DED28C: hue angle of 51.22º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DED28C is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 140 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.13 |
| HSL | 51.22º | 0.55% | 0.71% | - |
| HSV(B) | 51.22º | 0.37% | 0.87% | - |
| XYZ | 57.9 | 63.52 | 34.02 | - |
| YUV | 205.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 140 | 0 | 0.05 | 0.37 | 0.13 | 51.22 | 0.55 | 0.71 |
| Hex | DE | D2 | 8C | 0 | 5 | 25 | D | 33 | 37 | 47 |
| Octal | 336 | 322 | 214 | 0 | 5 | 45 | 15 | 63 | 67 | 107 |
| Binary | 11011110 | 11010010 | 10001100 | 0 | 101 | 100101 | 1101 | 110011 | 110111 | 1000111 |
Color Harmonies of #DED28C
Complementary color
Monochromatic Colors of #DED28C
Black with #DED28C
Text Example
Text Example
White with #DED28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED28C; }
p { color: rgb(222,210,140); }
H1.HeaderClassName
{
color: #DED28C;
}
.AnyTagClassName
{
color: #DED28C;
}
</style>
background-color css
<style>
a { background-color: #DED28C; }
a { background-color: rgb(222,210,140); }
div.DivClassName
{
background-color: #DED28C;
}
.BgClassName
{
background-color: #DED28C;
}
</style>
border-color css
<style>
span { border-color: #DED28C; }
span { border-color: rgb(222,210,140); }
td.TdClassName
{
border-color: #DED28C;
}
.TagClassName
{
border-color: #DED28C;
}
</style>