Shades of Sandwisp #DED18B
Tints of Sandwisp #DED18B
RGB
CMYK
RGB Variations
Color information
#DED18B (or 0xDED18B) is known color: Sandwisp. HEX triplet: DE, D1 and 8B. RGB value is (222,209,139). Sum of RGB (Red+Green+Blue) = 222+209+139=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DED18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED18B is #212E74. Grayscale: #CDCDCD. Windows color (decimal): -2174581 or 9163230. OLE color: 9163230.
HSL color Cylindrical-coordinate representation of color #DED18B: hue angle of 50.6º 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 #DED18B is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 139 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.13 |
| HSL | 50.6º | 0.56% | 0.71% | - |
| HSV(B) | 50.6º | 0.37% | 0.87% | - |
| XYZ | 57.58 | 62.99 | 33.55 | - |
| YUV | 204.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 139 | 0 | 0.06 | 0.37 | 0.13 | 50.6 | 0.56 | 0.71 |
| Hex | DE | D1 | 8B | 0 | 6 | 25 | D | 33 | 38 | 47 |
| Octal | 336 | 321 | 213 | 0 | 6 | 45 | 15 | 63 | 70 | 107 |
| Binary | 11011110 | 11010001 | 10001011 | 0 | 110 | 100101 | 1101 | 110011 | 111000 | 1000111 |
Color Harmonies of #DED18B
Complementary color
Monochromatic Colors of #DED18B
Black with #DED18B
Text Example
Text Example
White with #DED18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED18B; }
p { color: rgb(222,209,139); }
H1.HeaderClassName
{
color: #DED18B;
}
.AnyTagClassName
{
color: #DED18B;
}
</style>
background-color css
<style>
a { background-color: #DED18B; }
a { background-color: rgb(222,209,139); }
div.DivClassName
{
background-color: #DED18B;
}
.BgClassName
{
background-color: #DED18B;
}
</style>
border-color css
<style>
span { border-color: #DED18B; }
span { border-color: rgb(222,209,139); }
td.TdClassName
{
border-color: #DED18B;
}
.TagClassName
{
border-color: #DED18B;
}
</style>