Shades of Barberry #D1D513
Tints of Barberry #D1D513
RGB
CMYK
RGB Variations
Color information
#D1D513 (or 0xD1D513) is known color: Barberry. HEX triplet: D1, D5 and 13. RGB value is (209,213,19). Sum of RGB (Red+Green+Blue) = 209+213+19=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D513 is #2E2AEC. Grayscale: #BEBEBE. Windows color (decimal): -3025645 or 1299921. OLE color: 1299921.
HSL color Cylindrical-coordinate representation of color #D1D513: hue angle of 61.24º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1D513 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 19 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.16 |
| HSL | 61.24º | 0.84% | 0.45% | - |
| HSV(B) | 61.24º | 0.91% | 0.84% | - |
| XYZ | 50.21 | 61.19 | 9.78 | - |
| YUV | 189.69 | 31.67 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 19 | 0.02 | 0 | 0.91 | 0.16 | 61.24 | 0.84 | 0.45 |
| Hex | D1 | D5 | 13 | 2 | 0 | 5B | 10 | 3D | 54 | 2D |
| Octal | 321 | 325 | 23 | 2 | 0 | 133 | 20 | 75 | 124 | 55 |
| Binary | 11010001 | 11010101 | 10011 | 10 | 0 | 1011011 | 10000 | 111101 | 1010100 | 101101 |
Color Harmonies of #D1D513
Complementary color
Monochromatic Colors of #D1D513
Black with #D1D513
Text Example
Text Example
White with #D1D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D513; }
p { color: rgb(209,213,19); }
H1.HeaderClassName
{
color: #D1D513;
}
.AnyTagClassName
{
color: #D1D513;
}
</style>
background-color css
<style>
a { background-color: #D1D513; }
a { background-color: rgb(209,213,19); }
div.DivClassName
{
background-color: #D1D513;
}
.BgClassName
{
background-color: #D1D513;
}
</style>
border-color css
<style>
span { border-color: #D1D513; }
span { border-color: rgb(209,213,19); }
td.TdClassName
{
border-color: #D1D513;
}
.TagClassName
{
border-color: #D1D513;
}
</style>