Shades of Barberry #DECF20
Tints of Barberry #DECF20
RGB
CMYK
RGB Variations
Color information
#DECF20 (or 0xDECF20) is known color: Barberry. HEX triplet: DE, CF and 20. RGB value is (222,207,32). Sum of RGB (Red+Green+Blue) = 222+207+32=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF20 is #2130DF. Grayscale: #C0C0C0. Windows color (decimal): -2175200 or 2150366. OLE color: 2150366.
HSL color Cylindrical-coordinate representation of color #DECF20: hue angle of 55.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DECF20 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 32 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.13 |
| HSL | 55.26º | 0.75% | 0.5% | - |
| HSV(B) | 55.26º | 0.86% | 0.87% | - |
| XYZ | 52.7 | 60.26 | 10.22 | - |
| YUV | 191.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 32 | 0 | 0.07 | 0.86 | 0.13 | 55.26 | 0.75 | 0.5 |
| Hex | DE | CF | 20 | 0 | 7 | 56 | D | 37 | 4B | 32 |
| Octal | 336 | 317 | 40 | 0 | 7 | 126 | 15 | 67 | 113 | 62 |
| Binary | 11011110 | 11001111 | 100000 | 0 | 111 | 1010110 | 1101 | 110111 | 1001011 | 110010 |
Color Harmonies of #DECF20
Complementary color
Monochromatic Colors of #DECF20
Black with #DECF20
Text Example
Text Example
White with #DECF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF20; }
p { color: rgb(222,207,32); }
H1.HeaderClassName
{
color: #DECF20;
}
.AnyTagClassName
{
color: #DECF20;
}
</style>
background-color css
<style>
a { background-color: #DECF20; }
a { background-color: rgb(222,207,32); }
div.DivClassName
{
background-color: #DECF20;
}
.BgClassName
{
background-color: #DECF20;
}
</style>
border-color css
<style>
span { border-color: #DECF20; }
span { border-color: rgb(222,207,32); }
td.TdClassName
{
border-color: #DECF20;
}
.TagClassName
{
border-color: #DECF20;
}
</style>