Shades of Barberry #D6D211
Tints of Barberry #D6D211
RGB
CMYK
RGB Variations
Color information
#D6D211 (or 0xD6D211) is known color: Barberry. HEX triplet: D6, D2 and 11. RGB value is (214,210,17). Sum of RGB (Red+Green+Blue) = 214+210+17=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D211 is #292DEE. Grayscale: #BDBDBD. Windows color (decimal): -2698735 or 1168086. OLE color: 1168086.
HSL color Cylindrical-coordinate representation of color #D6D211: hue angle of 58.78º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6D211 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.16 |
| HSL | 58.78º | 0.85% | 0.45% | - |
| HSV(B) | 58.78º | 0.92% | 0.84% | - |
| XYZ | 50.88 | 60.43 | 9.51 | - |
| YUV | 189.19 | 30.83 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 17 | 0 | 0.02 | 0.92 | 0.16 | 58.78 | 0.85 | 0.45 |
| Hex | D6 | D2 | 11 | 0 | 2 | 5C | 10 | 3B | 55 | 2D |
| Octal | 326 | 322 | 21 | 0 | 2 | 134 | 20 | 73 | 125 | 55 |
| Binary | 11010110 | 11010010 | 10001 | 0 | 10 | 1011100 | 10000 | 111011 | 1010101 | 101101 |
Color Harmonies of #D6D211
Complementary color
Monochromatic Colors of #D6D211
Black with #D6D211
Text Example
Text Example
White with #D6D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D211; }
p { color: rgb(214,210,17); }
H1.HeaderClassName
{
color: #D6D211;
}
.AnyTagClassName
{
color: #D6D211;
}
</style>
background-color css
<style>
a { background-color: #D6D211; }
a { background-color: rgb(214,210,17); }
div.DivClassName
{
background-color: #D6D211;
}
.BgClassName
{
background-color: #D6D211;
}
</style>
border-color css
<style>
span { border-color: #D6D211; }
span { border-color: rgb(214,210,17); }
td.TdClassName
{
border-color: #D6D211;
}
.TagClassName
{
border-color: #D6D211;
}
</style>