Shades of Barberry #DECF19
Tints of Barberry #DECF19
RGB
CMYK
RGB Variations
Color information
#DECF19 (or 0xDECF19) is known color: Barberry. HEX triplet: DE, CF and 19. RGB value is (222,207,25). Sum of RGB (Red+Green+Blue) = 222+207+25=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF19 is #2130E6. Grayscale: #BFBFBF. Windows color (decimal): -2175207 or 1691614. OLE color: 1691614.
HSL color Cylindrical-coordinate representation of color #DECF19: hue angle of 55.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DECF19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 25 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.13 |
| HSL | 55.43º | 0.8% | 0.48% | - |
| HSV(B) | 55.43º | 0.89% | 0.87% | - |
| XYZ | 52.61 | 60.23 | 9.77 | - |
| YUV | 190.74 | 34.47 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 25 | 0 | 0.07 | 0.89 | 0.13 | 55.43 | 0.8 | 0.48 |
| Hex | DE | CF | 19 | 0 | 7 | 59 | D | 37 | 50 | 30 |
| Octal | 336 | 317 | 31 | 0 | 7 | 131 | 15 | 67 | 120 | 60 |
| Binary | 11011110 | 11001111 | 11001 | 0 | 111 | 1011001 | 1101 | 110111 | 1010000 | 110000 |
Color Harmonies of #DECF19
Complementary color
Monochromatic Colors of #DECF19
Black with #DECF19
Text Example
Text Example
White with #DECF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF19; }
p { color: rgb(222,207,25); }
H1.HeaderClassName
{
color: #DECF19;
}
.AnyTagClassName
{
color: #DECF19;
}
</style>
background-color css
<style>
a { background-color: #DECF19; }
a { background-color: rgb(222,207,25); }
div.DivClassName
{
background-color: #DECF19;
}
.BgClassName
{
background-color: #DECF19;
}
</style>
border-color css
<style>
span { border-color: #DECF19; }
span { border-color: rgb(222,207,25); }
td.TdClassName
{
border-color: #DECF19;
}
.TagClassName
{
border-color: #DECF19;
}
</style>