Shades of Barberry #DCE00D
Tints of Barberry #DCE00D
RGB
CMYK
RGB Variations
Color information
#DCE00D (or 0xDCE00D) is known color: Barberry. HEX triplet: DC, E0 and 0D. RGB value is (220,224,13). Sum of RGB (Red+Green+Blue) = 220+224+13=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE00D is #231FF2. Grayscale: #C7C7C7. Windows color (decimal): -2301939 or 909532. OLE color: 909532.
HSL color Cylindrical-coordinate representation of color #DCE00D: hue angle of 61.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCE00D is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 13 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.12 |
| HSL | 61.14º | 0.89% | 0.46% | - |
| HSV(B) | 61.14º | 0.94% | 0.88% | - |
| XYZ | 56.24 | 68.56 | 10.65 | - |
| YUV | 198.75 | 23.17 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 13 | 0.02 | 0 | 0.94 | 0.12 | 61.14 | 0.89 | 0.46 |
| Hex | DC | E0 | D | 2 | 0 | 5E | C | 3D | 59 | 2E |
| Octal | 334 | 340 | 15 | 2 | 0 | 136 | 14 | 75 | 131 | 56 |
| Binary | 11011100 | 11100000 | 1101 | 10 | 0 | 1011110 | 1100 | 111101 | 1011001 | 101110 |
Color Harmonies of #DCE00D
Complementary color
Monochromatic Colors of #DCE00D
Black with #DCE00D
Text Example
Text Example
White with #DCE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE00D; }
p { color: rgb(220,224,13); }
H1.HeaderClassName
{
color: #DCE00D;
}
.AnyTagClassName
{
color: #DCE00D;
}
</style>
background-color css
<style>
a { background-color: #DCE00D; }
a { background-color: rgb(220,224,13); }
div.DivClassName
{
background-color: #DCE00D;
}
.BgClassName
{
background-color: #DCE00D;
}
</style>
border-color css
<style>
span { border-color: #DCE00D; }
span { border-color: rgb(220,224,13); }
td.TdClassName
{
border-color: #DCE00D;
}
.TagClassName
{
border-color: #DCE00D;
}
</style>