Shades of Barberry #DECF22
Tints of Barberry #DECF22
RGB
CMYK
RGB Variations
Color information
#DECF22 (or 0xDECF22) is known color: Barberry. HEX triplet: DE, CF and 22. RGB value is (222,207,34). Sum of RGB (Red+Green+Blue) = 222+207+34=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF22 is #2130DD. Grayscale: #C0C0C0. Windows color (decimal): -2175198 or 2281438. OLE color: 2281438.
HSL color Cylindrical-coordinate representation of color #DECF22: hue angle of 55.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DECF22 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 34 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.13 |
| HSL | 55.21º | 0.74% | 0.5% | - |
| HSV(B) | 55.21º | 0.85% | 0.87% | - |
| XYZ | 52.73 | 60.27 | 10.37 | - |
| YUV | 191.76 | 38.97 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 34 | 0 | 0.07 | 0.85 | 0.13 | 55.21 | 0.74 | 0.5 |
| Hex | DE | CF | 22 | 0 | 7 | 55 | D | 37 | 4A | 32 |
| Octal | 336 | 317 | 42 | 0 | 7 | 125 | 15 | 67 | 112 | 62 |
| Binary | 11011110 | 11001111 | 100010 | 0 | 111 | 1010101 | 1101 | 110111 | 1001010 | 110010 |
Color Harmonies of #DECF22
Complementary color
Monochromatic Colors of #DECF22
Black with #DECF22
Text Example
Text Example
White with #DECF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF22; }
p { color: rgb(222,207,34); }
H1.HeaderClassName
{
color: #DECF22;
}
.AnyTagClassName
{
color: #DECF22;
}
</style>
background-color css
<style>
a { background-color: #DECF22; }
a { background-color: rgb(222,207,34); }
div.DivClassName
{
background-color: #DECF22;
}
.BgClassName
{
background-color: #DECF22;
}
</style>
border-color css
<style>
span { border-color: #DECF22; }
span { border-color: rgb(222,207,34); }
td.TdClassName
{
border-color: #DECF22;
}
.TagClassName
{
border-color: #DECF22;
}
</style>