Shades of Barberry #D1D515
Tints of Barberry #D1D515
RGB
CMYK
RGB Variations
Color information
#D1D515 (or 0xD1D515) is known color: Barberry. HEX triplet: D1, D5 and 15. RGB value is (209,213,21). Sum of RGB (Red+Green+Blue) = 209+213+21=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D515 is #2E2AEA. Grayscale: #BEBEBE. Windows color (decimal): -3025643 or 1430993. OLE color: 1430993.
HSL color Cylindrical-coordinate representation of color #D1D515: hue angle of 61.25º degrees, saturation: 0.82, 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 #D1D515 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 21 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.16 |
| HSL | 61.25º | 0.82% | 0.46% | - |
| HSV(B) | 61.25º | 0.9% | 0.84% | - |
| XYZ | 50.22 | 61.2 | 9.87 | - |
| YUV | 189.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 21 | 0.02 | 0 | 0.90 | 0.16 | 61.25 | 0.82 | 0.46 |
| Hex | D1 | D5 | 15 | 2 | 0 | 5A | 10 | 3D | 52 | 2E |
| Octal | 321 | 325 | 25 | 2 | 0 | 132 | 20 | 75 | 122 | 56 |
| Binary | 11010001 | 11010101 | 10101 | 10 | 0 | 1011010 | 10000 | 111101 | 1010010 | 101110 |
Color Harmonies of #D1D515
Complementary color
Monochromatic Colors of #D1D515
Black with #D1D515
Text Example
Text Example
White with #D1D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D515; }
p { color: rgb(209,213,21); }
H1.HeaderClassName
{
color: #D1D515;
}
.AnyTagClassName
{
color: #D1D515;
}
</style>
background-color css
<style>
a { background-color: #D1D515; }
a { background-color: rgb(209,213,21); }
div.DivClassName
{
background-color: #D1D515;
}
.BgClassName
{
background-color: #D1D515;
}
</style>
border-color css
<style>
span { border-color: #D1D515; }
span { border-color: rgb(209,213,21); }
td.TdClassName
{
border-color: #D1D515;
}
.TagClassName
{
border-color: #D1D515;
}
</style>