Shades of Barberry #D8D114
Tints of Barberry #D8D114
RGB
CMYK
RGB Variations
Color information
#D8D114 (or 0xD8D114) is known color: Barberry. HEX triplet: D8, D1 and 14. RGB value is (216,209,20). Sum of RGB (Red+Green+Blue) = 216+209+20=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D114 is #272EEB. Grayscale: #BEBEBE. Windows color (decimal): -2567916 or 1364440. OLE color: 1364440.
HSL color Cylindrical-coordinate representation of color #D8D114: hue angle of 57.86º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8D114 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 20 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.15 |
| HSL | 57.86º | 0.83% | 0.46% | - |
| HSV(B) | 57.86º | 0.91% | 0.85% | - |
| XYZ | 51.25 | 60.25 | 9.59 | - |
| YUV | 189.55 | 32.32 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 20 | 0 | 0.03 | 0.91 | 0.15 | 57.86 | 0.83 | 0.46 |
| Hex | D8 | D1 | 14 | 0 | 3 | 5B | F | 3A | 53 | 2E |
| Octal | 330 | 321 | 24 | 0 | 3 | 133 | 17 | 72 | 123 | 56 |
| Binary | 11011000 | 11010001 | 10100 | 0 | 11 | 1011011 | 1111 | 111010 | 1010011 | 101110 |
Color Harmonies of #D8D114
Complementary color
Monochromatic Colors of #D8D114
Black with #D8D114
Text Example
Text Example
White with #D8D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D114; }
p { color: rgb(216,209,20); }
H1.HeaderClassName
{
color: #D8D114;
}
.AnyTagClassName
{
color: #D8D114;
}
</style>
background-color css
<style>
a { background-color: #D8D114; }
a { background-color: rgb(216,209,20); }
div.DivClassName
{
background-color: #D8D114;
}
.BgClassName
{
background-color: #D8D114;
}
</style>
border-color css
<style>
span { border-color: #D8D114; }
span { border-color: rgb(216,209,20); }
td.TdClassName
{
border-color: #D8D114;
}
.TagClassName
{
border-color: #D8D114;
}
</style>