Shades of Sandwisp #DECF7D
Tints of Sandwisp #DECF7D
RGB
CMYK
RGB Variations
Color information
#DECF7D (or 0xDECF7D) is known color: Sandwisp. HEX triplet: DE, CF and 7D. RGB value is (222,207,125). Sum of RGB (Red+Green+Blue) = 222+207+125=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF7D is #213082. Grayscale: #CACACA. Windows color (decimal): -2175107 or 8245214. OLE color: 8245214.
HSL color Cylindrical-coordinate representation of color #DECF7D: hue angle of 50.72º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DECF7D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 125 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.13 |
| HSL | 50.72º | 0.6% | 0.68% | - |
| HSV(B) | 50.72º | 0.44% | 0.87% | - |
| XYZ | 56.14 | 61.64 | 28.34 | - |
| YUV | 202.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 125 | 0 | 0.07 | 0.44 | 0.13 | 50.72 | 0.6 | 0.68 |
| Hex | DE | CF | 7D | 0 | 7 | 2C | D | 33 | 3C | 44 |
| Octal | 336 | 317 | 175 | 0 | 7 | 54 | 15 | 63 | 74 | 104 |
| Binary | 11011110 | 11001111 | 1111101 | 0 | 111 | 101100 | 1101 | 110011 | 111100 | 1000100 |
Color Harmonies of #DECF7D
Complementary color
Monochromatic Colors of #DECF7D
Black with #DECF7D
Text Example
Text Example
White with #DECF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF7D; }
p { color: rgb(222,207,125); }
H1.HeaderClassName
{
color: #DECF7D;
}
.AnyTagClassName
{
color: #DECF7D;
}
</style>
background-color css
<style>
a { background-color: #DECF7D; }
a { background-color: rgb(222,207,125); }
div.DivClassName
{
background-color: #DECF7D;
}
.BgClassName
{
background-color: #DECF7D;
}
</style>
border-color css
<style>
span { border-color: #DECF7D; }
span { border-color: rgb(222,207,125); }
td.TdClassName
{
border-color: #DECF7D;
}
.TagClassName
{
border-color: #DECF7D;
}
</style>