Shades of Barberry #DECF28
Tints of Barberry #DECF28
RGB
CMYK
RGB Variations
Color information
#DECF28 (or 0xDECF28) is known color: Barberry. HEX triplet: DE, CF and 28. RGB value is (222,207,40). Sum of RGB (Red+Green+Blue) = 222+207+40=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF28 is #2130D7. Grayscale: #C1C1C1. Windows color (decimal): -2175192 or 2674654. OLE color: 2674654.
HSL color Cylindrical-coordinate representation of color #DECF28: hue angle of 55.05º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DECF28 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 40 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.13 |
| HSL | 55.05º | 0.73% | 0.51% | - |
| HSV(B) | 55.05º | 0.82% | 0.87% | - |
| XYZ | 52.82 | 60.31 | 10.86 | - |
| YUV | 192.45 | 41.97 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 40 | 0 | 0.07 | 0.82 | 0.13 | 55.05 | 0.73 | 0.51 |
| Hex | DE | CF | 28 | 0 | 7 | 52 | D | 37 | 49 | 33 |
| Octal | 336 | 317 | 50 | 0 | 7 | 122 | 15 | 67 | 111 | 63 |
| Binary | 11011110 | 11001111 | 101000 | 0 | 111 | 1010010 | 1101 | 110111 | 1001001 | 110011 |
Color Harmonies of #DECF28
Complementary color
Monochromatic Colors of #DECF28
Black with #DECF28
Text Example
Text Example
White with #DECF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF28; }
p { color: rgb(222,207,40); }
H1.HeaderClassName
{
color: #DECF28;
}
.AnyTagClassName
{
color: #DECF28;
}
</style>
background-color css
<style>
a { background-color: #DECF28; }
a { background-color: rgb(222,207,40); }
div.DivClassName
{
background-color: #DECF28;
}
.BgClassName
{
background-color: #DECF28;
}
</style>
border-color css
<style>
span { border-color: #DECF28; }
span { border-color: rgb(222,207,40); }
td.TdClassName
{
border-color: #DECF28;
}
.TagClassName
{
border-color: #DECF28;
}
</style>