Shades of Barberry #DCE00C
Tints of Barberry #DCE00C
RGB
CMYK
RGB Variations
Color information
#DCE00C (or 0xDCE00C) is known color: Barberry. HEX triplet: DC, E0 and 0C. RGB value is (220,224,12). Sum of RGB (Red+Green+Blue) = 220+224+12=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE00C is #231FF3. Grayscale: #C7C7C7. Windows color (decimal): -2301940 or 843996. OLE color: 843996.
HSL color Cylindrical-coordinate representation of color #DCE00C: hue angle of 61.13º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCE00C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 12 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.12 |
| HSL | 61.13º | 0.9% | 0.46% | - |
| HSV(B) | 61.13º | 0.95% | 0.88% | - |
| XYZ | 56.24 | 68.55 | 10.62 | - |
| YUV | 198.64 | 22.67 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 12 | 0.02 | 0 | 0.95 | 0.12 | 61.13 | 0.9 | 0.46 |
| Hex | DC | E0 | C | 2 | 0 | 5F | C | 3D | 5A | 2E |
| Octal | 334 | 340 | 14 | 2 | 0 | 137 | 14 | 75 | 132 | 56 |
| Binary | 11011100 | 11100000 | 1100 | 10 | 0 | 1011111 | 1100 | 111101 | 1011010 | 101110 |
Color Harmonies of #DCE00C
Complementary color
Monochromatic Colors of #DCE00C
Black with #DCE00C
Text Example
Text Example
White with #DCE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE00C; }
p { color: rgb(220,224,12); }
H1.HeaderClassName
{
color: #DCE00C;
}
.AnyTagClassName
{
color: #DCE00C;
}
</style>
background-color css
<style>
a { background-color: #DCE00C; }
a { background-color: rgb(220,224,12); }
div.DivClassName
{
background-color: #DCE00C;
}
.BgClassName
{
background-color: #DCE00C;
}
</style>
border-color css
<style>
span { border-color: #DCE00C; }
span { border-color: rgb(220,224,12); }
td.TdClassName
{
border-color: #DCE00C;
}
.TagClassName
{
border-color: #DCE00C;
}
</style>