Shades of Barberry #D3D613
Tints of Barberry #D3D613
RGB
CMYK
RGB Variations
Color information
#D3D613 (or 0xD3D613) is known color: Barberry. HEX triplet: D3, D6 and 13. RGB value is (211,214,19). Sum of RGB (Red+Green+Blue) = 211+214+19=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D613 is #2C29EC. Grayscale: #BFBFBF. Windows color (decimal): -2894317 or 1300179. OLE color: 1300179.
HSL color Cylindrical-coordinate representation of color #D3D613: hue angle of 60.92º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3D613 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 19 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.16 |
| HSL | 60.92º | 0.84% | 0.46% | - |
| HSV(B) | 60.92º | 0.91% | 0.84% | - |
| XYZ | 51.03 | 61.99 | 9.89 | - |
| YUV | 190.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 19 | 0.01 | 0 | 0.91 | 0.16 | 60.92 | 0.84 | 0.46 |
| Hex | D3 | D6 | 13 | 1 | 0 | 5B | 10 | 3D | 54 | 2E |
| Octal | 323 | 326 | 23 | 1 | 0 | 133 | 20 | 75 | 124 | 56 |
| Binary | 11010011 | 11010110 | 10011 | 1 | 0 | 1011011 | 10000 | 111101 | 1010100 | 101110 |
Color Harmonies of #D3D613
Complementary color
Monochromatic Colors of #D3D613
Black with #D3D613
Text Example
Text Example
White with #D3D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D613; }
p { color: rgb(211,214,19); }
H1.HeaderClassName
{
color: #D3D613;
}
.AnyTagClassName
{
color: #D3D613;
}
</style>
background-color css
<style>
a { background-color: #D3D613; }
a { background-color: rgb(211,214,19); }
div.DivClassName
{
background-color: #D3D613;
}
.BgClassName
{
background-color: #D3D613;
}
</style>
border-color css
<style>
span { border-color: #D3D613; }
span { border-color: rgb(211,214,19); }
td.TdClassName
{
border-color: #D3D613;
}
.TagClassName
{
border-color: #D3D613;
}
</style>