Shades of Barberry #D5D712
Tints of Barberry #D5D712
RGB
CMYK
RGB Variations
Color information
#D5D712 (or 0xD5D712) is known color: Barberry. HEX triplet: D5, D7 and 12. RGB value is (213,215,18). Sum of RGB (Red+Green+Blue) = 213+215+18=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D712 is #2A28ED. Grayscale: #C0C0C0. Windows color (decimal): -2762990 or 1234901. OLE color: 1234901.
HSL color Cylindrical-coordinate representation of color #D5D712: hue angle of 60.61º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5D712 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 18 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.16 |
| HSL | 60.61º | 0.85% | 0.46% | - |
| HSV(B) | 60.61º | 0.92% | 0.84% | - |
| XYZ | 51.85 | 62.79 | 9.96 | - |
| YUV | 191.94 | 29.84 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 18 | 0.01 | 0 | 0.92 | 0.16 | 60.61 | 0.85 | 0.46 |
| Hex | D5 | D7 | 12 | 1 | 0 | 5C | 10 | 3D | 55 | 2E |
| Octal | 325 | 327 | 22 | 1 | 0 | 134 | 20 | 75 | 125 | 56 |
| Binary | 11010101 | 11010111 | 10010 | 1 | 0 | 1011100 | 10000 | 111101 | 1010101 | 101110 |
Color Harmonies of #D5D712
Complementary color
Monochromatic Colors of #D5D712
Black with #D5D712
Text Example
Text Example
White with #D5D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D712; }
p { color: rgb(213,215,18); }
H1.HeaderClassName
{
color: #D5D712;
}
.AnyTagClassName
{
color: #D5D712;
}
</style>
background-color css
<style>
a { background-color: #D5D712; }
a { background-color: rgb(213,215,18); }
div.DivClassName
{
background-color: #D5D712;
}
.BgClassName
{
background-color: #D5D712;
}
</style>
border-color css
<style>
span { border-color: #D5D712; }
span { border-color: rgb(213,215,18); }
td.TdClassName
{
border-color: #D5D712;
}
.TagClassName
{
border-color: #D5D712;
}
</style>