Shades of Barberry #DCE010
Tints of Barberry #DCE010
RGB
CMYK
RGB Variations
Color information
#DCE010 (or 0xDCE010) is known color: Barberry. HEX triplet: DC, E0 and 10. RGB value is (220,224,16). Sum of RGB (Red+Green+Blue) = 220+224+16=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE010 is #231FEF. Grayscale: #C7C7C7. Windows color (decimal): -2301936 or 1106140. OLE color: 1106140.
HSL color Cylindrical-coordinate representation of color #DCE010: hue angle of 61.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCE010 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 16 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.12 |
| HSL | 61.15º | 0.87% | 0.47% | - |
| HSV(B) | 61.15º | 0.93% | 0.88% | - |
| XYZ | 56.26 | 68.56 | 10.76 | - |
| YUV | 199.09 | 24.67 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 16 | 0.02 | 0 | 0.93 | 0.12 | 61.15 | 0.87 | 0.47 |
| Hex | DC | E0 | 10 | 2 | 0 | 5D | C | 3D | 57 | 2F |
| Octal | 334 | 340 | 20 | 2 | 0 | 135 | 14 | 75 | 127 | 57 |
| Binary | 11011100 | 11100000 | 10000 | 10 | 0 | 1011101 | 1100 | 111101 | 1010111 | 101111 |
Color Harmonies of #DCE010
Complementary color
Monochromatic Colors of #DCE010
Black with #DCE010
Text Example
Text Example
White with #DCE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE010; }
p { color: rgb(220,224,16); }
H1.HeaderClassName
{
color: #DCE010;
}
.AnyTagClassName
{
color: #DCE010;
}
</style>
background-color css
<style>
a { background-color: #DCE010; }
a { background-color: rgb(220,224,16); }
div.DivClassName
{
background-color: #DCE010;
}
.BgClassName
{
background-color: #DCE010;
}
</style>
border-color css
<style>
span { border-color: #DCE010; }
span { border-color: rgb(220,224,16); }
td.TdClassName
{
border-color: #DCE010;
}
.TagClassName
{
border-color: #DCE010;
}
</style>