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