Shades of Barberry #D1E00C
Tints of Barberry #D1E00C
RGB
CMYK
RGB Variations
Color information
#D1E00C (or 0xD1E00C) is known color: Barberry. HEX triplet: D1, E0 and 0C. RGB value is (209,224,12). Sum of RGB (Red+Green+Blue) = 209+224+12=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E00C is #2E1FF3. Grayscale: #C4C4C4. Windows color (decimal): -3022836 or 843985. OLE color: 843985.
HSL color Cylindrical-coordinate representation of color #D1E00C: hue angle of 64.25º 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 #D1E00C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.12 |
| HSL | 64.25º | 0.9% | 0.46% | - |
| HSV(B) | 64.25º | 0.95% | 0.88% | - |
| XYZ | 53.02 | 66.89 | 10.47 | - |
| YUV | 195.35 | 24.53 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 12 | 0.07 | 0 | 0.95 | 0.12 | 64.25 | 0.9 | 0.46 |
| Hex | D1 | E0 | C | 7 | 0 | 5F | C | 40 | 5A | 2E |
| Octal | 321 | 340 | 14 | 7 | 0 | 137 | 14 | 100 | 132 | 56 |
| Binary | 11010001 | 11100000 | 1100 | 111 | 0 | 1011111 | 1100 | 1000000 | 1011010 | 101110 |
Color Harmonies of #D1E00C
Complementary color
Monochromatic Colors of #D1E00C
Black with #D1E00C
Text Example
Text Example
White with #D1E00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E00C; }
p { color: rgb(209,224,12); }
H1.HeaderClassName
{
color: #D1E00C;
}
.AnyTagClassName
{
color: #D1E00C;
}
</style>
background-color css
<style>
a { background-color: #D1E00C; }
a { background-color: rgb(209,224,12); }
div.DivClassName
{
background-color: #D1E00C;
}
.BgClassName
{
background-color: #D1E00C;
}
</style>
border-color css
<style>
span { border-color: #D1E00C; }
span { border-color: rgb(209,224,12); }
td.TdClassName
{
border-color: #D1E00C;
}
.TagClassName
{
border-color: #D1E00C;
}
</style>