Shades of Barberry #D4D114
Tints of Barberry #D4D114
RGB
CMYK
RGB Variations
Color information
#D4D114 (or 0xD4D114) is known color: Barberry. HEX triplet: D4, D1 and 14. RGB value is (212,209,20). Sum of RGB (Red+Green+Blue) = 212+209+20=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D114 is #2B2EEB. Grayscale: #BDBDBD. Windows color (decimal): -2830060 or 1364436. OLE color: 1364436.
HSL color Cylindrical-coordinate representation of color #D4D114: hue angle of 59.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4D114 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 20 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.17 |
| HSL | 59.06º | 0.83% | 0.45% | - |
| HSV(B) | 59.06º | 0.91% | 0.83% | - |
| XYZ | 50.08 | 59.65 | 9.54 | - |
| YUV | 188.35 | 32.99 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 20 | 0 | 0.01 | 0.91 | 0.17 | 59.06 | 0.83 | 0.45 |
| Hex | D4 | D1 | 14 | 0 | 1 | 5B | 11 | 3B | 53 | 2D |
| Octal | 324 | 321 | 24 | 0 | 1 | 133 | 21 | 73 | 123 | 55 |
| Binary | 11010100 | 11010001 | 10100 | 0 | 1 | 1011011 | 10001 | 111011 | 1010011 | 101101 |
Color Harmonies of #D4D114
Complementary color
Monochromatic Colors of #D4D114
Black with #D4D114
Text Example
Text Example
White with #D4D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D114; }
p { color: rgb(212,209,20); }
H1.HeaderClassName
{
color: #D4D114;
}
.AnyTagClassName
{
color: #D4D114;
}
</style>
background-color css
<style>
a { background-color: #D4D114; }
a { background-color: rgb(212,209,20); }
div.DivClassName
{
background-color: #D4D114;
}
.BgClassName
{
background-color: #D4D114;
}
</style>
border-color css
<style>
span { border-color: #D4D114; }
span { border-color: rgb(212,209,20); }
td.TdClassName
{
border-color: #D4D114;
}
.TagClassName
{
border-color: #D4D114;
}
</style>