Shades of Sandwisp #DED18A
Tints of Sandwisp #DED18A
RGB
CMYK
RGB Variations
Color information
#DED18A (or 0xDED18A) is known color: Sandwisp. HEX triplet: DE, D1 and 8A. RGB value is (222,209,138). Sum of RGB (Red+Green+Blue) = 222+209+138=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DED18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED18A is #212E75. Grayscale: #CDCDCD. Windows color (decimal): -2174582 or 9097694. OLE color: 9097694.
HSL color Cylindrical-coordinate representation of color #DED18A: hue angle of 50.71º 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 #DED18A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 138 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.13 |
| HSL | 50.71º | 0.56% | 0.71% | - |
| HSV(B) | 50.71º | 0.38% | 0.87% | - |
| XYZ | 57.51 | 62.97 | 33.17 | - |
| YUV | 204.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 138 | 0 | 0.06 | 0.38 | 0.13 | 50.71 | 0.56 | 0.71 |
| Hex | DE | D1 | 8A | 0 | 6 | 26 | D | 33 | 38 | 47 |
| Octal | 336 | 321 | 212 | 0 | 6 | 46 | 15 | 63 | 70 | 107 |
| Binary | 11011110 | 11010001 | 10001010 | 0 | 110 | 100110 | 1101 | 110011 | 111000 | 1000111 |
Color Harmonies of #DED18A
Complementary color
Monochromatic Colors of #DED18A
Black with #DED18A
Text Example
Text Example
White with #DED18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED18A; }
p { color: rgb(222,209,138); }
H1.HeaderClassName
{
color: #DED18A;
}
.AnyTagClassName
{
color: #DED18A;
}
</style>
background-color css
<style>
a { background-color: #DED18A; }
a { background-color: rgb(222,209,138); }
div.DivClassName
{
background-color: #DED18A;
}
.BgClassName
{
background-color: #DED18A;
}
</style>
border-color css
<style>
span { border-color: #DED18A; }
span { border-color: rgb(222,209,138); }
td.TdClassName
{
border-color: #DED18A;
}
.TagClassName
{
border-color: #DED18A;
}
</style>