Shades of Sandwisp #DED28A
Tints of Sandwisp #DED28A
RGB
CMYK
RGB Variations
Color information
#DED28A (or 0xDED28A) is known color: Sandwisp. HEX triplet: DE, D2 and 8A. RGB value is (222,210,138). Sum of RGB (Red+Green+Blue) = 222+210+138=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DED28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED28A is #212D75. Grayscale: #CDCDCD. Windows color (decimal): -2174326 or 9097950. OLE color: 9097950.
HSL color Cylindrical-coordinate representation of color #DED28A: hue angle of 51.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DED28A is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 138 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.13 |
| HSL | 51.43º | 0.56% | 0.71% | - |
| HSV(B) | 51.43º | 0.38% | 0.87% | - |
| XYZ | 57.76 | 63.46 | 33.25 | - |
| YUV | 205.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 138 | 0 | 0.05 | 0.38 | 0.13 | 51.43 | 0.56 | 0.71 |
| Hex | DE | D2 | 8A | 0 | 5 | 26 | D | 33 | 38 | 47 |
| Octal | 336 | 322 | 212 | 0 | 5 | 46 | 15 | 63 | 70 | 107 |
| Binary | 11011110 | 11010010 | 10001010 | 0 | 101 | 100110 | 1101 | 110011 | 111000 | 1000111 |
Color Harmonies of #DED28A
Complementary color
Monochromatic Colors of #DED28A
Black with #DED28A
Text Example
Text Example
White with #DED28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED28A; }
p { color: rgb(222,210,138); }
H1.HeaderClassName
{
color: #DED28A;
}
.AnyTagClassName
{
color: #DED28A;
}
</style>
background-color css
<style>
a { background-color: #DED28A; }
a { background-color: rgb(222,210,138); }
div.DivClassName
{
background-color: #DED28A;
}
.BgClassName
{
background-color: #DED28A;
}
</style>
border-color css
<style>
span { border-color: #DED28A; }
span { border-color: rgb(222,210,138); }
td.TdClassName
{
border-color: #DED28A;
}
.TagClassName
{
border-color: #DED28A;
}
</style>