Shades of Sandwisp #DECE7D
Tints of Sandwisp #DECE7D
RGB
CMYK
RGB Variations
Color information
#DECE7D (or 0xDECE7D) is known color: Sandwisp. HEX triplet: DE, CE and 7D. RGB value is (222,206,125). Sum of RGB (Red+Green+Blue) = 222+206+125=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE7D is #213182. Grayscale: #C9C9C9. Windows color (decimal): -2175363 or 8244958. OLE color: 8244958.
HSL color Cylindrical-coordinate representation of color #DECE7D: hue angle of 50.1º 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 #DECE7D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 125 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.13 |
| HSL | 50.1º | 0.6% | 0.68% | - |
| HSV(B) | 50.1º | 0.44% | 0.87% | - |
| XYZ | 55.9 | 61.15 | 28.26 | - |
| YUV | 201.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 125 | 0 | 0.07 | 0.44 | 0.13 | 50.1 | 0.6 | 0.68 |
| Hex | DE | CE | 7D | 0 | 7 | 2C | D | 32 | 3C | 44 |
| Octal | 336 | 316 | 175 | 0 | 7 | 54 | 15 | 62 | 74 | 104 |
| Binary | 11011110 | 11001110 | 1111101 | 0 | 111 | 101100 | 1101 | 110010 | 111100 | 1000100 |
Color Harmonies of #DECE7D
Complementary color
Monochromatic Colors of #DECE7D
Black with #DECE7D
Text Example
Text Example
White with #DECE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE7D; }
p { color: rgb(222,206,125); }
H1.HeaderClassName
{
color: #DECE7D;
}
.AnyTagClassName
{
color: #DECE7D;
}
</style>
background-color css
<style>
a { background-color: #DECE7D; }
a { background-color: rgb(222,206,125); }
div.DivClassName
{
background-color: #DECE7D;
}
.BgClassName
{
background-color: #DECE7D;
}
</style>
border-color css
<style>
span { border-color: #DECE7D; }
span { border-color: rgb(222,206,125); }
td.TdClassName
{
border-color: #DECE7D;
}
.TagClassName
{
border-color: #DECE7D;
}
</style>