Shades of Barberry #D4D611
Tints of Barberry #D4D611
RGB
CMYK
RGB Variations
Color information
#D4D611 (or 0xD4D611) is known color: Barberry. HEX triplet: D4, D6 and 11. RGB value is (212,214,17). Sum of RGB (Red+Green+Blue) = 212+214+17=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D611 is #2B29EE. Grayscale: #BFBFBF. Windows color (decimal): -2828783 or 1169108. OLE color: 1169108.
HSL color Cylindrical-coordinate representation of color #D4D611: hue angle of 60.61º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4D611 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 17 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.16 |
| HSL | 60.61º | 0.85% | 0.45% | - |
| HSV(B) | 60.61º | 0.92% | 0.84% | - |
| XYZ | 51.3 | 62.13 | 9.82 | - |
| YUV | 190.94 | 29.84 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 17 | 0.01 | 0 | 0.92 | 0.16 | 60.61 | 0.85 | 0.45 |
| Hex | D4 | D6 | 11 | 1 | 0 | 5C | 10 | 3D | 55 | 2D |
| Octal | 324 | 326 | 21 | 1 | 0 | 134 | 20 | 75 | 125 | 55 |
| Binary | 11010100 | 11010110 | 10001 | 1 | 0 | 1011100 | 10000 | 111101 | 1010101 | 101101 |
Color Harmonies of #D4D611
Complementary color
Monochromatic Colors of #D4D611
Black with #D4D611
Text Example
Text Example
White with #D4D611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D611; }
p { color: rgb(212,214,17); }
H1.HeaderClassName
{
color: #D4D611;
}
.AnyTagClassName
{
color: #D4D611;
}
</style>
background-color css
<style>
a { background-color: #D4D611; }
a { background-color: rgb(212,214,17); }
div.DivClassName
{
background-color: #D4D611;
}
.BgClassName
{
background-color: #D4D611;
}
</style>
border-color css
<style>
span { border-color: #D4D611; }
span { border-color: rgb(212,214,17); }
td.TdClassName
{
border-color: #D4D611;
}
.TagClassName
{
border-color: #D4D611;
}
</style>