Shades of Sandwisp #DED484
Tints of Sandwisp #DED484
RGB
CMYK
RGB Variations
Color information
#DED484 (or 0xDED484) is known color: Sandwisp. HEX triplet: DE, D4 and 84. RGB value is (222,212,132). Sum of RGB (Red+Green+Blue) = 222+212+132=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DED484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED484 is #212B7B. Grayscale: #CECECE. Windows color (decimal): -2173820 or 8705246. OLE color: 8705246.
HSL color Cylindrical-coordinate representation of color #DED484: hue angle of 53.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DED484 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 132 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.13 |
| HSL | 53.33º | 0.58% | 0.69% | - |
| HSV(B) | 53.33º | 0.41% | 0.87% | - |
| XYZ | 57.83 | 64.28 | 31.19 | - |
| YUV | 205.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 132 | 0 | 0.05 | 0.41 | 0.13 | 53.33 | 0.58 | 0.69 |
| Hex | DE | D4 | 84 | 0 | 5 | 29 | D | 35 | 3A | 45 |
| Octal | 336 | 324 | 204 | 0 | 5 | 51 | 15 | 65 | 72 | 105 |
| Binary | 11011110 | 11010100 | 10000100 | 0 | 101 | 101001 | 1101 | 110101 | 111010 | 1000101 |
Color Harmonies of #DED484
Complementary color
Monochromatic Colors of #DED484
Black with #DED484
Text Example
Text Example
White with #DED484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED484; }
p { color: rgb(222,212,132); }
H1.HeaderClassName
{
color: #DED484;
}
.AnyTagClassName
{
color: #DED484;
}
</style>
background-color css
<style>
a { background-color: #DED484; }
a { background-color: rgb(222,212,132); }
div.DivClassName
{
background-color: #DED484;
}
.BgClassName
{
background-color: #DED484;
}
</style>
border-color css
<style>
span { border-color: #DED484; }
span { border-color: rgb(222,212,132); }
td.TdClassName
{
border-color: #DED484;
}
.TagClassName
{
border-color: #DED484;
}
</style>