Shades of Sandwisp #DECF84
Tints of Sandwisp #DECF84
RGB
CMYK
RGB Variations
Color information
#DECF84 (or 0xDECF84) is known color: Sandwisp. HEX triplet: DE, CF and 84. RGB value is (222,207,132). Sum of RGB (Red+Green+Blue) = 222+207+132=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECF84 is #21307B. Grayscale: #CBCBCB. Windows color (decimal): -2175100 or 8703966. OLE color: 8703966.
HSL color Cylindrical-coordinate representation of color #DECF84: hue angle of 50º 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 #DECF84 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 132 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.13 |
| HSL | 50º | 0.58% | 0.69% | - |
| HSV(B) | 50º | 0.41% | 0.87% | - |
| XYZ | 56.6 | 61.82 | 30.78 | - |
| YUV | 202.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 132 | 0 | 0.07 | 0.41 | 0.13 | 50 | 0.58 | 0.69 |
| Hex | DE | CF | 84 | 0 | 7 | 29 | D | 32 | 3A | 45 |
| Octal | 336 | 317 | 204 | 0 | 7 | 51 | 15 | 62 | 72 | 105 |
| Binary | 11011110 | 11001111 | 10000100 | 0 | 111 | 101001 | 1101 | 110010 | 111010 | 1000101 |
Color Harmonies of #DECF84
Complementary color
Monochromatic Colors of #DECF84
Black with #DECF84
Text Example
Text Example
White with #DECF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF84; }
p { color: rgb(222,207,132); }
H1.HeaderClassName
{
color: #DECF84;
}
.AnyTagClassName
{
color: #DECF84;
}
</style>
background-color css
<style>
a { background-color: #DECF84; }
a { background-color: rgb(222,207,132); }
div.DivClassName
{
background-color: #DECF84;
}
.BgClassName
{
background-color: #DECF84;
}
</style>
border-color css
<style>
span { border-color: #DECF84; }
span { border-color: rgb(222,207,132); }
td.TdClassName
{
border-color: #DECF84;
}
.TagClassName
{
border-color: #DECF84;
}
</style>