Shades of Barberry #DCE015
Tints of Barberry #DCE015
RGB
CMYK
RGB Variations
Color information
#DCE015 (or 0xDCE015) is known color: Barberry. HEX triplet: DC, E0 and 15. RGB value is (220,224,21). Sum of RGB (Red+Green+Blue) = 220+224+21=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE015 is #231FEA. Grayscale: #C8C8C8. Windows color (decimal): -2301931 or 1433820. OLE color: 1433820.
HSL color Cylindrical-coordinate representation of color #DCE015: hue angle of 61.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCE015 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.12 |
| HSL | 61.18º | 0.83% | 0.48% | - |
| HSV(B) | 61.18º | 0.91% | 0.88% | - |
| XYZ | 56.31 | 68.58 | 10.98 | - |
| YUV | 199.66 | 27.17 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 21 | 0.02 | 0 | 0.91 | 0.12 | 61.18 | 0.83 | 0.48 |
| Hex | DC | E0 | 15 | 2 | 0 | 5B | C | 3D | 53 | 30 |
| Octal | 334 | 340 | 25 | 2 | 0 | 133 | 14 | 75 | 123 | 60 |
| Binary | 11011100 | 11100000 | 10101 | 10 | 0 | 1011011 | 1100 | 111101 | 1010011 | 110000 |
Color Harmonies of #DCE015
Complementary color
Monochromatic Colors of #DCE015
Black with #DCE015
Text Example
Text Example
White with #DCE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE015; }
p { color: rgb(220,224,21); }
H1.HeaderClassName
{
color: #DCE015;
}
.AnyTagClassName
{
color: #DCE015;
}
</style>
background-color css
<style>
a { background-color: #DCE015; }
a { background-color: rgb(220,224,21); }
div.DivClassName
{
background-color: #DCE015;
}
.BgClassName
{
background-color: #DCE015;
}
</style>
border-color css
<style>
span { border-color: #DCE015; }
span { border-color: rgb(220,224,21); }
td.TdClassName
{
border-color: #DCE015;
}
.TagClassName
{
border-color: #DCE015;
}
</style>