Shades of Barberry #DCE012
Tints of Barberry #DCE012
RGB
CMYK
RGB Variations
Color information
#DCE012 (or 0xDCE012) is known color: Barberry. HEX triplet: DC, E0 and 12. RGB value is (220,224,18). Sum of RGB (Red+Green+Blue) = 220+224+18=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE012 is #231FED. Grayscale: #C8C8C8. Windows color (decimal): -2301934 or 1237212. OLE color: 1237212.
HSL color Cylindrical-coordinate representation of color #DCE012: hue angle of 61.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCE012 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 18 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.12 |
| HSL | 61.17º | 0.85% | 0.47% | - |
| HSV(B) | 61.17º | 0.92% | 0.88% | - |
| XYZ | 56.28 | 68.57 | 10.84 | - |
| YUV | 199.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 18 | 0.02 | 0 | 0.92 | 0.12 | 61.17 | 0.85 | 0.47 |
| Hex | DC | E0 | 12 | 2 | 0 | 5C | C | 3D | 55 | 2F |
| Octal | 334 | 340 | 22 | 2 | 0 | 134 | 14 | 75 | 125 | 57 |
| Binary | 11011100 | 11100000 | 10010 | 10 | 0 | 1011100 | 1100 | 111101 | 1010101 | 101111 |
Color Harmonies of #DCE012
Complementary color
Monochromatic Colors of #DCE012
Black with #DCE012
Text Example
Text Example
White with #DCE012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE012; }
p { color: rgb(220,224,18); }
H1.HeaderClassName
{
color: #DCE012;
}
.AnyTagClassName
{
color: #DCE012;
}
</style>
background-color css
<style>
a { background-color: #DCE012; }
a { background-color: rgb(220,224,18); }
div.DivClassName
{
background-color: #DCE012;
}
.BgClassName
{
background-color: #DCE012;
}
</style>
border-color css
<style>
span { border-color: #DCE012; }
span { border-color: rgb(220,224,18); }
td.TdClassName
{
border-color: #DCE012;
}
.TagClassName
{
border-color: #DCE012;
}
</style>