Shades of Sandwisp #DED385
Tints of Sandwisp #DED385
RGB
CMYK
RGB Variations
Color information
#DED385 (or 0xDED385) is known color: Sandwisp. HEX triplet: DE, D3 and 85. RGB value is (222,211,133). Sum of RGB (Red+Green+Blue) = 222+211+133=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DED385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED385 is #212C7A. Grayscale: #CDCDCD. Windows color (decimal): -2174075 or 8770526. OLE color: 8770526.
HSL color Cylindrical-coordinate representation of color #DED385: hue angle of 52.58º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DED385 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 133 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.13 |
| HSL | 52.58º | 0.57% | 0.7% | - |
| HSV(B) | 52.58º | 0.4% | 0.87% | - |
| XYZ | 57.65 | 63.81 | 31.47 | - |
| YUV | 205.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 133 | 0 | 0.05 | 0.40 | 0.13 | 52.58 | 0.57 | 0.7 |
| Hex | DE | D3 | 85 | 0 | 5 | 28 | D | 35 | 39 | 46 |
| Octal | 336 | 323 | 205 | 0 | 5 | 50 | 15 | 65 | 71 | 106 |
| Binary | 11011110 | 11010011 | 10000101 | 0 | 101 | 101000 | 1101 | 110101 | 111001 | 1000110 |
Color Harmonies of #DED385
Complementary color
Monochromatic Colors of #DED385
Black with #DED385
Text Example
Text Example
White with #DED385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED385; }
p { color: rgb(222,211,133); }
H1.HeaderClassName
{
color: #DED385;
}
.AnyTagClassName
{
color: #DED385;
}
</style>
background-color css
<style>
a { background-color: #DED385; }
a { background-color: rgb(222,211,133); }
div.DivClassName
{
background-color: #DED385;
}
.BgClassName
{
background-color: #DED385;
}
</style>
border-color css
<style>
span { border-color: #DED385; }
span { border-color: rgb(222,211,133); }
td.TdClassName
{
border-color: #DED385;
}
.TagClassName
{
border-color: #DED385;
}
</style>