Shades of Barberry #D5D512
Tints of Barberry #D5D512
RGB
CMYK
RGB Variations
Color information
#D5D512 (or 0xD5D512) is known color: Barberry. HEX triplet: D5, D5 and 12. RGB value is (213,213,18). Sum of RGB (Red+Green+Blue) = 213+213+18=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D512 is #2A2AED. Grayscale: #BFBFBF. Windows color (decimal): -2763502 or 1234389. OLE color: 1234389.
HSL color Cylindrical-coordinate representation of color #D5D512: hue angle of 60º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5D512 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 18 | - |
| CMYK | 0 | 0 | 0.92 | 0.16 |
| HSL | 60º | 0.84% | 0.45% | - |
| HSV(B) | 60º | 0.92% | 0.84% | - |
| XYZ | 51.34 | 61.78 | 9.79 | - |
| YUV | 190.77 | 30.5 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 18 | 0 | 0 | 0.92 | 0.16 | 60 | 0.84 | 0.45 |
| Hex | D5 | D5 | 12 | 0 | 0 | 5C | 10 | 3C | 54 | 2D |
| Octal | 325 | 325 | 22 | 0 | 0 | 134 | 20 | 74 | 124 | 55 |
| Binary | 11010101 | 11010101 | 10010 | 0 | 0 | 1011100 | 10000 | 111100 | 1010100 | 101101 |
Color Harmonies of #D5D512
Complementary color
Monochromatic Colors of #D5D512
Black with #D5D512
Text Example
Text Example
White with #D5D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D512; }
p { color: rgb(213,213,18); }
H1.HeaderClassName
{
color: #D5D512;
}
.AnyTagClassName
{
color: #D5D512;
}
</style>
background-color css
<style>
a { background-color: #D5D512; }
a { background-color: rgb(213,213,18); }
div.DivClassName
{
background-color: #D5D512;
}
.BgClassName
{
background-color: #D5D512;
}
</style>
border-color css
<style>
span { border-color: #D5D512; }
span { border-color: rgb(213,213,18); }
td.TdClassName
{
border-color: #D5D512;
}
.TagClassName
{
border-color: #D5D512;
}
</style>