Shades of Barberry #DECC24
Tints of Barberry #DECC24
RGB
CMYK
RGB Variations
Color information
#DECC24 (or 0xDECC24) is known color: Barberry. HEX triplet: DE, CC and 24. RGB value is (222,204,36). Sum of RGB (Red+Green+Blue) = 222+204+36=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 36 (14.45% from 255 or 7.79% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC24 is #2133DB. Grayscale: #BEBEBE. Windows color (decimal): -2175964 or 2411742. OLE color: 2411742.
HSL color Cylindrical-coordinate representation of color #DECC24: hue angle of 54.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DECC24 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 36 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.13 |
| HSL | 54.19º | 0.74% | 0.51% | - |
| HSV(B) | 54.19º | 0.84% | 0.87% | - |
| XYZ | 52.04 | 58.84 | 10.28 | - |
| YUV | 190.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 36 | 0 | 0.08 | 0.84 | 0.13 | 54.19 | 0.74 | 0.51 |
| Hex | DE | CC | 24 | 0 | 8 | 54 | D | 36 | 4A | 33 |
| Octal | 336 | 314 | 44 | 0 | 10 | 124 | 15 | 66 | 112 | 63 |
| Binary | 11011110 | 11001100 | 100100 | 0 | 1000 | 1010100 | 1101 | 110110 | 1001010 | 110011 |
Color Harmonies of #DECC24
Complementary color
Monochromatic Colors of #DECC24
Black with #DECC24
Text Example
Text Example
White with #DECC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC24; }
p { color: rgb(222,204,36); }
H1.HeaderClassName
{
color: #DECC24;
}
.AnyTagClassName
{
color: #DECC24;
}
</style>
background-color css
<style>
a { background-color: #DECC24; }
a { background-color: rgb(222,204,36); }
div.DivClassName
{
background-color: #DECC24;
}
.BgClassName
{
background-color: #DECC24;
}
</style>
border-color css
<style>
span { border-color: #DECC24; }
span { border-color: rgb(222,204,36); }
td.TdClassName
{
border-color: #DECC24;
}
.TagClassName
{
border-color: #DECC24;
}
</style>