Shades of Barberry #D7D916
Tints of Barberry #D7D916
RGB
CMYK
RGB Variations
Color information
#D7D916 (or 0xD7D916) is known color: Barberry. HEX triplet: D7, D9 and 16. RGB value is (215,217,22). Sum of RGB (Red+Green+Blue) = 215+217+22=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D916 is #2826E9. Grayscale: #C2C2C2. Windows color (decimal): -2631402 or 1497559. OLE color: 1497559.
HSL color Cylindrical-coordinate representation of color #D7D916: hue angle of 60.62º 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 #D7D916 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 217 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.15 |
| HSL | 60.62º | 0.82% | 0.47% | - |
| HSV(B) | 60.62º | 0.9% | 0.85% | - |
| XYZ | 52.98 | 64.13 | 10.35 | - |
| YUV | 194.17 | 30.84 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 22 | 0.01 | 0 | 0.90 | 0.15 | 60.62 | 0.82 | 0.47 |
| Hex | D7 | D9 | 16 | 1 | 0 | 5A | F | 3D | 52 | 2F |
| Octal | 327 | 331 | 26 | 1 | 0 | 132 | 17 | 75 | 122 | 57 |
| Binary | 11010111 | 11011001 | 10110 | 1 | 0 | 1011010 | 1111 | 111101 | 1010010 | 101111 |
Color Harmonies of #D7D916
Complementary color
Monochromatic Colors of #D7D916
Black with #D7D916
Text Example
Text Example
White with #D7D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D916; }
p { color: rgb(215,217,22); }
H1.HeaderClassName
{
color: #D7D916;
}
.AnyTagClassName
{
color: #D7D916;
}
</style>
background-color css
<style>
a { background-color: #D7D916; }
a { background-color: rgb(215,217,22); }
div.DivClassName
{
background-color: #D7D916;
}
.BgClassName
{
background-color: #D7D916;
}
</style>
border-color css
<style>
span { border-color: #D7D916; }
span { border-color: rgb(215,217,22); }
td.TdClassName
{
border-color: #D7D916;
}
.TagClassName
{
border-color: #D7D916;
}
</style>