Shades of Barberry #D0D516
Tints of Barberry #D0D516
RGB
CMYK
RGB Variations
Color information
#D0D516 (or 0xD0D516) is known color: Barberry. HEX triplet: D0, D5 and 16. RGB value is (208,213,22). Sum of RGB (Red+Green+Blue) = 208+213+22=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D516 is #2F2AE9. Grayscale: #BEBEBE. Windows color (decimal): -3091178 or 1496528. OLE color: 1496528.
HSL color Cylindrical-coordinate representation of color #D0D516: hue angle of 61.57º 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 #D0D516 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 22 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.16 |
| HSL | 61.57º | 0.81% | 0.46% | - |
| HSV(B) | 61.57º | 0.9% | 0.84% | - |
| XYZ | 49.95 | 61.06 | 9.91 | - |
| YUV | 189.73 | 33.34 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 22 | 0.02 | 0 | 0.90 | 0.16 | 61.57 | 0.81 | 0.46 |
| Hex | D0 | D5 | 16 | 2 | 0 | 5A | 10 | 3E | 51 | 2E |
| Octal | 320 | 325 | 26 | 2 | 0 | 132 | 20 | 76 | 121 | 56 |
| Binary | 11010000 | 11010101 | 10110 | 10 | 0 | 1011010 | 10000 | 111110 | 1010001 | 101110 |
Color Harmonies of #D0D516
Complementary color
Monochromatic Colors of #D0D516
Black with #D0D516
Text Example
Text Example
White with #D0D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D516; }
p { color: rgb(208,213,22); }
H1.HeaderClassName
{
color: #D0D516;
}
.AnyTagClassName
{
color: #D0D516;
}
</style>
background-color css
<style>
a { background-color: #D0D516; }
a { background-color: rgb(208,213,22); }
div.DivClassName
{
background-color: #D0D516;
}
.BgClassName
{
background-color: #D0D516;
}
</style>
border-color css
<style>
span { border-color: #D0D516; }
span { border-color: rgb(208,213,22); }
td.TdClassName
{
border-color: #D0D516;
}
.TagClassName
{
border-color: #D0D516;
}
</style>