Shades of Barberry #D4D614
Tints of Barberry #D4D614
RGB
CMYK
RGB Variations
Color information
#D4D614 (or 0xD4D614) is known color: Barberry. HEX triplet: D4, D6 and 14. RGB value is (212,214,20). Sum of RGB (Red+Green+Blue) = 212+214+20=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D614 is #2B29EB. Grayscale: #C0C0C0. Windows color (decimal): -2828780 or 1365716. OLE color: 1365716.
HSL color Cylindrical-coordinate representation of color #D4D614: hue angle of 60.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4D614 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 20 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.16 |
| HSL | 60.62º | 0.83% | 0.46% | - |
| HSV(B) | 60.62º | 0.91% | 0.84% | - |
| XYZ | 51.32 | 62.14 | 9.95 | - |
| YUV | 191.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 20 | 0.01 | 0 | 0.91 | 0.16 | 60.62 | 0.83 | 0.46 |
| Hex | D4 | D6 | 14 | 1 | 0 | 5B | 10 | 3D | 53 | 2E |
| Octal | 324 | 326 | 24 | 1 | 0 | 133 | 20 | 75 | 123 | 56 |
| Binary | 11010100 | 11010110 | 10100 | 1 | 0 | 1011011 | 10000 | 111101 | 1010011 | 101110 |
Color Harmonies of #D4D614
Complementary color
Monochromatic Colors of #D4D614
Black with #D4D614
Text Example
Text Example
White with #D4D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D614; }
p { color: rgb(212,214,20); }
H1.HeaderClassName
{
color: #D4D614;
}
.AnyTagClassName
{
color: #D4D614;
}
</style>
background-color css
<style>
a { background-color: #D4D614; }
a { background-color: rgb(212,214,20); }
div.DivClassName
{
background-color: #D4D614;
}
.BgClassName
{
background-color: #D4D614;
}
</style>
border-color css
<style>
span { border-color: #D4D614; }
span { border-color: rgb(212,214,20); }
td.TdClassName
{
border-color: #D4D614;
}
.TagClassName
{
border-color: #D4D614;
}
</style>