Shades of Sandwisp #DECF7A
Tints of Sandwisp #DECF7A
RGB
CMYK
RGB Variations
Color information
#DECF7A (or 0xDECF7A) is known color: Sandwisp. HEX triplet: DE, CF and 7A. RGB value is (222,207,122). Sum of RGB (Red+Green+Blue) = 222+207+122=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF7A is #213085. Grayscale: #CACACA. Windows color (decimal): -2175110 or 8048606. OLE color: 8048606.
HSL color Cylindrical-coordinate representation of color #DECF7A: hue angle of 51º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DECF7A is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 122 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.13 |
| HSL | 51º | 0.6% | 0.67% | - |
| HSV(B) | 51º | 0.45% | 0.87% | - |
| XYZ | 55.95 | 61.56 | 27.35 | - |
| YUV | 201.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 122 | 0 | 0.07 | 0.45 | 0.13 | 51 | 0.6 | 0.67 |
| Hex | DE | CF | 7A | 0 | 7 | 2D | D | 33 | 3C | 43 |
| Octal | 336 | 317 | 172 | 0 | 7 | 55 | 15 | 63 | 74 | 103 |
| Binary | 11011110 | 11001111 | 1111010 | 0 | 111 | 101101 | 1101 | 110011 | 111100 | 1000011 |
Color Harmonies of #DECF7A
Complementary color
Monochromatic Colors of #DECF7A
Black with #DECF7A
Text Example
Text Example
White with #DECF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF7A; }
p { color: rgb(222,207,122); }
H1.HeaderClassName
{
color: #DECF7A;
}
.AnyTagClassName
{
color: #DECF7A;
}
</style>
background-color css
<style>
a { background-color: #DECF7A; }
a { background-color: rgb(222,207,122); }
div.DivClassName
{
background-color: #DECF7A;
}
.BgClassName
{
background-color: #DECF7A;
}
</style>
border-color css
<style>
span { border-color: #DECF7A; }
span { border-color: rgb(222,207,122); }
td.TdClassName
{
border-color: #DECF7A;
}
.TagClassName
{
border-color: #DECF7A;
}
</style>