Shades of Barberry #DECE21
Tints of Barberry #DECE21
RGB
CMYK
RGB Variations
Color information
#DECE21 (or 0xDECE21) is known color: Barberry. HEX triplet: DE, CE and 21. RGB value is (222,206,33). Sum of RGB (Red+Green+Blue) = 222+206+33=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECE21 is #2131DE. Grayscale: #BFBFBF. Windows color (decimal): -2175455 or 2215646. OLE color: 2215646.
HSL color Cylindrical-coordinate representation of color #DECE21: hue angle of 54.92º 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 #DECE21 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 33 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.13 |
| HSL | 54.92º | 0.74% | 0.5% | - |
| HSV(B) | 54.92º | 0.85% | 0.87% | - |
| XYZ | 52.47 | 59.78 | 10.21 | - |
| YUV | 191.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 33 | 0 | 0.07 | 0.85 | 0.13 | 54.92 | 0.74 | 0.5 |
| Hex | DE | CE | 21 | 0 | 7 | 55 | D | 37 | 4A | 32 |
| Octal | 336 | 316 | 41 | 0 | 7 | 125 | 15 | 67 | 112 | 62 |
| Binary | 11011110 | 11001110 | 100001 | 0 | 111 | 1010101 | 1101 | 110111 | 1001010 | 110010 |
Color Harmonies of #DECE21
Complementary color
Monochromatic Colors of #DECE21
Black with #DECE21
Text Example
Text Example
White with #DECE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE21; }
p { color: rgb(222,206,33); }
H1.HeaderClassName
{
color: #DECE21;
}
.AnyTagClassName
{
color: #DECE21;
}
</style>
background-color css
<style>
a { background-color: #DECE21; }
a { background-color: rgb(222,206,33); }
div.DivClassName
{
background-color: #DECE21;
}
.BgClassName
{
background-color: #DECE21;
}
</style>
border-color css
<style>
span { border-color: #DECE21; }
span { border-color: rgb(222,206,33); }
td.TdClassName
{
border-color: #DECE21;
}
.TagClassName
{
border-color: #DECE21;
}
</style>