Shades of Barberry #D8D115
Tints of Barberry #D8D115
RGB
CMYK
RGB Variations
Color information
#D8D115 (or 0xD8D115) is known color: Barberry. HEX triplet: D8, D1 and 15. RGB value is (216,209,21). Sum of RGB (Red+Green+Blue) = 216+209+21=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D115 is #272EEA. Grayscale: #BEBEBE. Windows color (decimal): -2567915 or 1429976. OLE color: 1429976.
HSL color Cylindrical-coordinate representation of color #D8D115: hue angle of 57.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8D115 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 21 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.15 |
| HSL | 57.85º | 0.82% | 0.46% | - |
| HSV(B) | 57.85º | 0.9% | 0.85% | - |
| XYZ | 51.25 | 60.25 | 9.64 | - |
| YUV | 189.66 | 32.82 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 21 | 0 | 0.03 | 0.90 | 0.15 | 57.85 | 0.82 | 0.46 |
| Hex | D8 | D1 | 15 | 0 | 3 | 5A | F | 3A | 52 | 2E |
| Octal | 330 | 321 | 25 | 0 | 3 | 132 | 17 | 72 | 122 | 56 |
| Binary | 11011000 | 11010001 | 10101 | 0 | 11 | 1011010 | 1111 | 111010 | 1010010 | 101110 |
Color Harmonies of #D8D115
Complementary color
Monochromatic Colors of #D8D115
Black with #D8D115
Text Example
Text Example
White with #D8D115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D115; }
p { color: rgb(216,209,21); }
H1.HeaderClassName
{
color: #D8D115;
}
.AnyTagClassName
{
color: #D8D115;
}
</style>
background-color css
<style>
a { background-color: #D8D115; }
a { background-color: rgb(216,209,21); }
div.DivClassName
{
background-color: #D8D115;
}
.BgClassName
{
background-color: #D8D115;
}
</style>
border-color css
<style>
span { border-color: #D8D115; }
span { border-color: rgb(216,209,21); }
td.TdClassName
{
border-color: #D8D115;
}
.TagClassName
{
border-color: #D8D115;
}
</style>