Shades of Barberry #D9E00C
Tints of Barberry #D9E00C
RGB
CMYK
RGB Variations
Color information
#D9E00C (or 0xD9E00C) is known color: Barberry. HEX triplet: D9, E0 and 0C. RGB value is (217,224,12). Sum of RGB (Red+Green+Blue) = 217+224+12=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9E00C is #261FF3. Grayscale: #C6C6C6. Windows color (decimal): -2498548 or 843993. OLE color: 843993.
HSL color Cylindrical-coordinate representation of color #D9E00C: hue angle of 61.98º 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 #D9E00C is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 12 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.12 |
| HSL | 61.98º | 0.9% | 0.46% | - |
| HSV(B) | 61.98º | 0.95% | 0.88% | - |
| XYZ | 55.34 | 68.09 | 10.57 | - |
| YUV | 197.74 | 23.18 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 12 | 0.03 | 0 | 0.95 | 0.12 | 61.98 | 0.9 | 0.46 |
| Hex | D9 | E0 | C | 3 | 0 | 5F | C | 3E | 5A | 2E |
| Octal | 331 | 340 | 14 | 3 | 0 | 137 | 14 | 76 | 132 | 56 |
| Binary | 11011001 | 11100000 | 1100 | 11 | 0 | 1011111 | 1100 | 111110 | 1011010 | 101110 |
Color Harmonies of #D9E00C
Complementary color
Monochromatic Colors of #D9E00C
Black with #D9E00C
Text Example
Text Example
White with #D9E00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E00C; }
p { color: rgb(217,224,12); }
H1.HeaderClassName
{
color: #D9E00C;
}
.AnyTagClassName
{
color: #D9E00C;
}
</style>
background-color css
<style>
a { background-color: #D9E00C; }
a { background-color: rgb(217,224,12); }
div.DivClassName
{
background-color: #D9E00C;
}
.BgClassName
{
background-color: #D9E00C;
}
</style>
border-color css
<style>
span { border-color: #D9E00C; }
span { border-color: rgb(217,224,12); }
td.TdClassName
{
border-color: #D9E00C;
}
.TagClassName
{
border-color: #D9E00C;
}
</style>