Shades of Barberry #D3D615
Tints of Barberry #D3D615
RGB
CMYK
RGB Variations
Color information
#D3D615 (or 0xD3D615) is known color: Barberry. HEX triplet: D3, D6 and 15. RGB value is (211,214,21). Sum of RGB (Red+Green+Blue) = 211+214+21=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D615 is #2C29EA. Grayscale: #BFBFBF. Windows color (decimal): -2894315 or 1431251. OLE color: 1431251.
HSL color Cylindrical-coordinate representation of color #D3D615: hue angle of 60.93º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3D615 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 21 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.16 |
| HSL | 60.93º | 0.82% | 0.46% | - |
| HSV(B) | 60.93º | 0.9% | 0.84% | - |
| XYZ | 51.05 | 62 | 9.99 | - |
| YUV | 191.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 21 | 0.01 | 0 | 0.90 | 0.16 | 60.93 | 0.82 | 0.46 |
| Hex | D3 | D6 | 15 | 1 | 0 | 5A | 10 | 3D | 52 | 2E |
| Octal | 323 | 326 | 25 | 1 | 0 | 132 | 20 | 75 | 122 | 56 |
| Binary | 11010011 | 11010110 | 10101 | 1 | 0 | 1011010 | 10000 | 111101 | 1010010 | 101110 |
Color Harmonies of #D3D615
Complementary color
Monochromatic Colors of #D3D615
Black with #D3D615
Text Example
Text Example
White with #D3D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D615; }
p { color: rgb(211,214,21); }
H1.HeaderClassName
{
color: #D3D615;
}
.AnyTagClassName
{
color: #D3D615;
}
</style>
background-color css
<style>
a { background-color: #D3D615; }
a { background-color: rgb(211,214,21); }
div.DivClassName
{
background-color: #D3D615;
}
.BgClassName
{
background-color: #D3D615;
}
</style>
border-color css
<style>
span { border-color: #D3D615; }
span { border-color: rgb(211,214,21); }
td.TdClassName
{
border-color: #D3D615;
}
.TagClassName
{
border-color: #D3D615;
}
</style>