Shades of Barberry #D5D016
Tints of Barberry #D5D016
RGB
CMYK
RGB Variations
Color information
#D5D016 (or 0xD5D016) is known color: Barberry. HEX triplet: D5, D0 and 16. RGB value is (213,208,22). Sum of RGB (Red+Green+Blue) = 213+208+22=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D016 is #2A2FE9. Grayscale: #BDBDBD. Windows color (decimal): -2764778 or 1495253. OLE color: 1495253.
HSL color Cylindrical-coordinate representation of color #D5D016: hue angle of 58.43º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5D016 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 22 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.16 |
| HSL | 58.43º | 0.81% | 0.46% | - |
| HSV(B) | 58.43º | 0.9% | 0.84% | - |
| XYZ | 50.14 | 59.32 | 9.57 | - |
| YUV | 188.29 | 34.16 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 22 | 0 | 0.02 | 0.90 | 0.16 | 58.43 | 0.81 | 0.46 |
| Hex | D5 | D0 | 16 | 0 | 2 | 5A | 10 | 3A | 51 | 2E |
| Octal | 325 | 320 | 26 | 0 | 2 | 132 | 20 | 72 | 121 | 56 |
| Binary | 11010101 | 11010000 | 10110 | 0 | 10 | 1011010 | 10000 | 111010 | 1010001 | 101110 |
Color Harmonies of #D5D016
Complementary color
Monochromatic Colors of #D5D016
Black with #D5D016
Text Example
Text Example
White with #D5D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D016; }
p { color: rgb(213,208,22); }
H1.HeaderClassName
{
color: #D5D016;
}
.AnyTagClassName
{
color: #D5D016;
}
</style>
background-color css
<style>
a { background-color: #D5D016; }
a { background-color: rgb(213,208,22); }
div.DivClassName
{
background-color: #D5D016;
}
.BgClassName
{
background-color: #D5D016;
}
</style>
border-color css
<style>
span { border-color: #D5D016; }
span { border-color: rgb(213,208,22); }
td.TdClassName
{
border-color: #D5D016;
}
.TagClassName
{
border-color: #D5D016;
}
</style>