Shades of Barberry #D8D912
Tints of Barberry #D8D912
RGB
CMYK
RGB Variations
Color information
#D8D912 (or 0xD8D912) is known color: Barberry. HEX triplet: D8, D9 and 12. RGB value is (216,217,18). Sum of RGB (Red+Green+Blue) = 216+217+18=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D912 is #2726ED. Grayscale: #C2C2C2. Windows color (decimal): -2565870 or 1235416. OLE color: 1235416.
HSL color Cylindrical-coordinate representation of color #D8D912: hue angle of 60.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8D912 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 18 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.15 |
| HSL | 60.3º | 0.85% | 0.46% | - |
| HSV(B) | 60.3º | 0.92% | 0.85% | - |
| XYZ | 53.24 | 64.27 | 10.17 | - |
| YUV | 194.02 | 28.67 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 18 | 0.00 | 0 | 0.92 | 0.15 | 60.3 | 0.85 | 0.46 |
| Hex | D8 | D9 | 12 | 0 | 0 | 5C | F | 3C | 55 | 2E |
| Octal | 330 | 331 | 22 | 0 | 0 | 134 | 17 | 74 | 125 | 56 |
| Binary | 11011000 | 11011001 | 10010 | 0 | 0 | 1011100 | 1111 | 111100 | 1010101 | 101110 |
Color Harmonies of #D8D912
Complementary color
Monochromatic Colors of #D8D912
Black with #D8D912
Text Example
Text Example
White with #D8D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D912; }
p { color: rgb(216,217,18); }
H1.HeaderClassName
{
color: #D8D912;
}
.AnyTagClassName
{
color: #D8D912;
}
</style>
background-color css
<style>
a { background-color: #D8D912; }
a { background-color: rgb(216,217,18); }
div.DivClassName
{
background-color: #D8D912;
}
.BgClassName
{
background-color: #D8D912;
}
</style>
border-color css
<style>
span { border-color: #D8D912; }
span { border-color: rgb(216,217,18); }
td.TdClassName
{
border-color: #D8D912;
}
.TagClassName
{
border-color: #D8D912;
}
</style>