Shades of Barberry #D8D716
Tints of Barberry #D8D716
RGB
CMYK
RGB Variations
Color information
#D8D716 (or 0xD8D716) is known color: Barberry. HEX triplet: D8, D7 and 16. RGB value is (216,215,22). Sum of RGB (Red+Green+Blue) = 216+215+22=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D716 is #2728E9. Grayscale: #C2C2C2. Windows color (decimal): -2566378 or 1497048. OLE color: 1497048.
HSL color Cylindrical-coordinate representation of color #D8D716: hue angle of 59.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8D716 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 22 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.15 |
| HSL | 59.69º | 0.82% | 0.47% | - |
| HSV(B) | 59.69º | 0.9% | 0.85% | - |
| XYZ | 52.76 | 63.26 | 10.19 | - |
| YUV | 193.3 | 31.33 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 22 | 0 | 0.00 | 0.90 | 0.15 | 59.69 | 0.82 | 0.47 |
| Hex | D8 | D7 | 16 | 0 | 0 | 5A | F | 3C | 52 | 2F |
| Octal | 330 | 327 | 26 | 0 | 0 | 132 | 17 | 74 | 122 | 57 |
| Binary | 11011000 | 11010111 | 10110 | 0 | 0 | 1011010 | 1111 | 111100 | 1010010 | 101111 |
Color Harmonies of #D8D716
Complementary color
Monochromatic Colors of #D8D716
Black with #D8D716
Text Example
Text Example
White with #D8D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D716; }
p { color: rgb(216,215,22); }
H1.HeaderClassName
{
color: #D8D716;
}
.AnyTagClassName
{
color: #D8D716;
}
</style>
background-color css
<style>
a { background-color: #D8D716; }
a { background-color: rgb(216,215,22); }
div.DivClassName
{
background-color: #D8D716;
}
.BgClassName
{
background-color: #D8D716;
}
</style>
border-color css
<style>
span { border-color: #D8D716; }
span { border-color: rgb(216,215,22); }
td.TdClassName
{
border-color: #D8D716;
}
.TagClassName
{
border-color: #D8D716;
}
</style>