Shades of Barberry #D6D816
Tints of Barberry #D6D816
RGB
CMYK
RGB Variations
Color information
#D6D816 (or 0xD6D816) is known color: Barberry. HEX triplet: D6, D8 and 16. RGB value is (214,216,22). Sum of RGB (Red+Green+Blue) = 214+216+22=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D816 is #2927E9. Grayscale: #C2C2C2. Windows color (decimal): -2697194 or 1497302. OLE color: 1497302.
HSL color Cylindrical-coordinate representation of color #D6D816: hue angle of 60.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6D816 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.15 |
| HSL | 60.62º | 0.82% | 0.47% | - |
| HSV(B) | 60.62º | 0.9% | 0.85% | - |
| XYZ | 52.43 | 63.47 | 10.25 | - |
| YUV | 193.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 22 | 0.01 | 0 | 0.90 | 0.15 | 60.62 | 0.82 | 0.47 |
| Hex | D6 | D8 | 16 | 1 | 0 | 5A | F | 3D | 52 | 2F |
| Octal | 326 | 330 | 26 | 1 | 0 | 132 | 17 | 75 | 122 | 57 |
| Binary | 11010110 | 11011000 | 10110 | 1 | 0 | 1011010 | 1111 | 111101 | 1010010 | 101111 |
Color Harmonies of #D6D816
Complementary color
Monochromatic Colors of #D6D816
Black with #D6D816
Text Example
Text Example
White with #D6D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D816; }
p { color: rgb(214,216,22); }
H1.HeaderClassName
{
color: #D6D816;
}
.AnyTagClassName
{
color: #D6D816;
}
</style>
background-color css
<style>
a { background-color: #D6D816; }
a { background-color: rgb(214,216,22); }
div.DivClassName
{
background-color: #D6D816;
}
.BgClassName
{
background-color: #D6D816;
}
</style>
border-color css
<style>
span { border-color: #D6D816; }
span { border-color: rgb(214,216,22); }
td.TdClassName
{
border-color: #D6D816;
}
.TagClassName
{
border-color: #D6D816;
}
</style>