Shades of Barberry #D2D615
Tints of Barberry #D2D615
RGB
CMYK
RGB Variations
Color information
#D2D615 (or 0xD2D615) is known color: Barberry. HEX triplet: D2, D6 and 15. RGB value is (210,214,21). Sum of RGB (Red+Green+Blue) = 210+214+21=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D615 is #2D29EA. Grayscale: #BFBFBF. Windows color (decimal): -2959851 or 1431250. OLE color: 1431250.
HSL color Cylindrical-coordinate representation of color #D2D615: hue angle of 61.24º 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 #D2D615 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 21 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.16 |
| HSL | 61.24º | 0.82% | 0.46% | - |
| HSV(B) | 61.24º | 0.9% | 0.84% | - |
| XYZ | 50.76 | 61.85 | 9.97 | - |
| YUV | 190.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 21 | 0.02 | 0 | 0.90 | 0.16 | 61.24 | 0.82 | 0.46 |
| Hex | D2 | D6 | 15 | 2 | 0 | 5A | 10 | 3D | 52 | 2E |
| Octal | 322 | 326 | 25 | 2 | 0 | 132 | 20 | 75 | 122 | 56 |
| Binary | 11010010 | 11010110 | 10101 | 10 | 0 | 1011010 | 10000 | 111101 | 1010010 | 101110 |
Color Harmonies of #D2D615
Complementary color
Monochromatic Colors of #D2D615
Black with #D2D615
Text Example
Text Example
White with #D2D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D615; }
p { color: rgb(210,214,21); }
H1.HeaderClassName
{
color: #D2D615;
}
.AnyTagClassName
{
color: #D2D615;
}
</style>
background-color css
<style>
a { background-color: #D2D615; }
a { background-color: rgb(210,214,21); }
div.DivClassName
{
background-color: #D2D615;
}
.BgClassName
{
background-color: #D2D615;
}
</style>
border-color css
<style>
span { border-color: #D2D615; }
span { border-color: rgb(210,214,21); }
td.TdClassName
{
border-color: #D2D615;
}
.TagClassName
{
border-color: #D2D615;
}
</style>