Shades of Barberry #D3D712
Tints of Barberry #D3D712
RGB
CMYK
RGB Variations
Color information
#D3D712 (or 0xD3D712) is known color: Barberry. HEX triplet: D3, D7 and 12. RGB value is (211,215,18). Sum of RGB (Red+Green+Blue) = 211+215+18=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D712 is #2C28ED. Grayscale: #C0C0C0. Windows color (decimal): -2894062 or 1234899. OLE color: 1234899.
HSL color Cylindrical-coordinate representation of color #D3D712: hue angle of 61.22º 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 #D3D712 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 18 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.16 |
| HSL | 61.22º | 0.85% | 0.46% | - |
| HSV(B) | 61.22º | 0.92% | 0.84% | - |
| XYZ | 51.27 | 62.49 | 9.93 | - |
| YUV | 191.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 18 | 0.02 | 0 | 0.92 | 0.16 | 61.22 | 0.85 | 0.46 |
| Hex | D3 | D7 | 12 | 2 | 0 | 5C | 10 | 3D | 55 | 2E |
| Octal | 323 | 327 | 22 | 2 | 0 | 134 | 20 | 75 | 125 | 56 |
| Binary | 11010011 | 11010111 | 10010 | 10 | 0 | 1011100 | 10000 | 111101 | 1010101 | 101110 |
Color Harmonies of #D3D712
Complementary color
Monochromatic Colors of #D3D712
Black with #D3D712
Text Example
Text Example
White with #D3D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D712; }
p { color: rgb(211,215,18); }
H1.HeaderClassName
{
color: #D3D712;
}
.AnyTagClassName
{
color: #D3D712;
}
</style>
background-color css
<style>
a { background-color: #D3D712; }
a { background-color: rgb(211,215,18); }
div.DivClassName
{
background-color: #D3D712;
}
.BgClassName
{
background-color: #D3D712;
}
</style>
border-color css
<style>
span { border-color: #D3D712; }
span { border-color: rgb(211,215,18); }
td.TdClassName
{
border-color: #D3D712;
}
.TagClassName
{
border-color: #D3D712;
}
</style>