Shades of Sandwisp #DED28B
Tints of Sandwisp #DED28B
RGB
CMYK
RGB Variations
Color information
#DED28B (or 0xDED28B) is known color: Sandwisp. HEX triplet: DE, D2 and 8B. RGB value is (222,210,139). Sum of RGB (Red+Green+Blue) = 222+210+139=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DED28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED28B is #212D74. Grayscale: #CDCDCD. Windows color (decimal): -2174325 or 9163486. OLE color: 9163486.
HSL color Cylindrical-coordinate representation of color #DED28B: hue angle of 51.33º degrees, saturation: 0.56, 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 #DED28B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 139 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.13 |
| HSL | 51.33º | 0.56% | 0.71% | - |
| HSV(B) | 51.33º | 0.37% | 0.87% | - |
| XYZ | 57.83 | 63.49 | 33.63 | - |
| YUV | 205.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 139 | 0 | 0.05 | 0.37 | 0.13 | 51.33 | 0.56 | 0.71 |
| Hex | DE | D2 | 8B | 0 | 5 | 25 | D | 33 | 38 | 47 |
| Octal | 336 | 322 | 213 | 0 | 5 | 45 | 15 | 63 | 70 | 107 |
| Binary | 11011110 | 11010010 | 10001011 | 0 | 101 | 100101 | 1101 | 110011 | 111000 | 1000111 |
Color Harmonies of #DED28B
Complementary color
Monochromatic Colors of #DED28B
Black with #DED28B
Text Example
Text Example
White with #DED28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED28B; }
p { color: rgb(222,210,139); }
H1.HeaderClassName
{
color: #DED28B;
}
.AnyTagClassName
{
color: #DED28B;
}
</style>
background-color css
<style>
a { background-color: #DED28B; }
a { background-color: rgb(222,210,139); }
div.DivClassName
{
background-color: #DED28B;
}
.BgClassName
{
background-color: #DED28B;
}
</style>
border-color css
<style>
span { border-color: #DED28B; }
span { border-color: rgb(222,210,139); }
td.TdClassName
{
border-color: #DED28B;
}
.TagClassName
{
border-color: #DED28B;
}
</style>