Shades of Barberry #DECF21
Tints of Barberry #DECF21
RGB
CMYK
RGB Variations
Color information
#DECF21 (or 0xDECF21) is known color: Barberry. HEX triplet: DE, CF and 21. RGB value is (222,207,33). Sum of RGB (Red+Green+Blue) = 222+207+33=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF21 is #2130DE. Grayscale: #C0C0C0. Windows color (decimal): -2175199 or 2215902. OLE color: 2215902.
HSL color Cylindrical-coordinate representation of color #DECF21: hue angle of 55.24º 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 #DECF21 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 33 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.13 |
| HSL | 55.24º | 0.74% | 0.5% | - |
| HSV(B) | 55.24º | 0.85% | 0.87% | - |
| XYZ | 52.71 | 60.27 | 10.29 | - |
| YUV | 191.65 | 38.47 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 33 | 0 | 0.07 | 0.85 | 0.13 | 55.24 | 0.74 | 0.5 |
| Hex | DE | CF | 21 | 0 | 7 | 55 | D | 37 | 4A | 32 |
| Octal | 336 | 317 | 41 | 0 | 7 | 125 | 15 | 67 | 112 | 62 |
| Binary | 11011110 | 11001111 | 100001 | 0 | 111 | 1010101 | 1101 | 110111 | 1001010 | 110010 |
Color Harmonies of #DECF21
Complementary color
Monochromatic Colors of #DECF21
Black with #DECF21
Text Example
Text Example
White with #DECF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF21; }
p { color: rgb(222,207,33); }
H1.HeaderClassName
{
color: #DECF21;
}
.AnyTagClassName
{
color: #DECF21;
}
</style>
background-color css
<style>
a { background-color: #DECF21; }
a { background-color: rgb(222,207,33); }
div.DivClassName
{
background-color: #DECF21;
}
.BgClassName
{
background-color: #DECF21;
}
</style>
border-color css
<style>
span { border-color: #DECF21; }
span { border-color: rgb(222,207,33); }
td.TdClassName
{
border-color: #DECF21;
}
.TagClassName
{
border-color: #DECF21;
}
</style>