Shades of Barberry #D5D912
Tints of Barberry #D5D912
RGB
CMYK
RGB Variations
Color information
#D5D912 (or 0xD5D912) is known color: Barberry. HEX triplet: D5, D9 and 12. RGB value is (213,217,18). Sum of RGB (Red+Green+Blue) = 213+217+18=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D912 is #2A26ED. Grayscale: #C1C1C1. Windows color (decimal): -2762478 or 1235413. OLE color: 1235413.
HSL color Cylindrical-coordinate representation of color #D5D912: hue angle of 61.21º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5D912 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 18 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.15 |
| HSL | 61.21º | 0.85% | 0.46% | - |
| HSV(B) | 61.21º | 0.92% | 0.85% | - |
| XYZ | 52.36 | 63.82 | 10.13 | - |
| YUV | 193.12 | 29.17 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 18 | 0.02 | 0 | 0.92 | 0.15 | 61.21 | 0.85 | 0.46 |
| Hex | D5 | D9 | 12 | 2 | 0 | 5C | F | 3D | 55 | 2E |
| Octal | 325 | 331 | 22 | 2 | 0 | 134 | 17 | 75 | 125 | 56 |
| Binary | 11010101 | 11011001 | 10010 | 10 | 0 | 1011100 | 1111 | 111101 | 1010101 | 101110 |
Color Harmonies of #D5D912
Complementary color
Monochromatic Colors of #D5D912
Black with #D5D912
Text Example
Text Example
White with #D5D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D912; }
p { color: rgb(213,217,18); }
H1.HeaderClassName
{
color: #D5D912;
}
.AnyTagClassName
{
color: #D5D912;
}
</style>
background-color css
<style>
a { background-color: #D5D912; }
a { background-color: rgb(213,217,18); }
div.DivClassName
{
background-color: #D5D912;
}
.BgClassName
{
background-color: #D5D912;
}
</style>
border-color css
<style>
span { border-color: #D5D912; }
span { border-color: rgb(213,217,18); }
td.TdClassName
{
border-color: #D5D912;
}
.TagClassName
{
border-color: #D5D912;
}
</style>