Shades of Barberry #D6CF16
Tints of Barberry #D6CF16
RGB
CMYK
RGB Variations
Color information
#D6CF16 (or 0xD6CF16) is known color: Barberry. HEX triplet: D6, CF and 16. RGB value is (214,207,22). Sum of RGB (Red+Green+Blue) = 214+207+22=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF16 is #2930E9. Grayscale: #BCBCBC. Windows color (decimal): -2699498 or 1494998. OLE color: 1494998.
HSL color Cylindrical-coordinate representation of color #D6CF16: hue angle of 57.81º degrees, saturation: 0.81, 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 #D6CF16 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 22 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.16 |
| HSL | 57.81º | 0.81% | 0.46% | - |
| HSV(B) | 57.81º | 0.9% | 0.84% | - |
| XYZ | 50.19 | 58.98 | 9.5 | - |
| YUV | 188 | 34.32 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 22 | 0 | 0.03 | 0.90 | 0.16 | 57.81 | 0.81 | 0.46 |
| Hex | D6 | CF | 16 | 0 | 3 | 5A | 10 | 3A | 51 | 2E |
| Octal | 326 | 317 | 26 | 0 | 3 | 132 | 20 | 72 | 121 | 56 |
| Binary | 11010110 | 11001111 | 10110 | 0 | 11 | 1011010 | 10000 | 111010 | 1010001 | 101110 |
Color Harmonies of #D6CF16
Complementary color
Monochromatic Colors of #D6CF16
Black with #D6CF16
Text Example
Text Example
White with #D6CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF16; }
p { color: rgb(214,207,22); }
H1.HeaderClassName
{
color: #D6CF16;
}
.AnyTagClassName
{
color: #D6CF16;
}
</style>
background-color css
<style>
a { background-color: #D6CF16; }
a { background-color: rgb(214,207,22); }
div.DivClassName
{
background-color: #D6CF16;
}
.BgClassName
{
background-color: #D6CF16;
}
</style>
border-color css
<style>
span { border-color: #D6CF16; }
span { border-color: rgb(214,207,22); }
td.TdClassName
{
border-color: #D6CF16;
}
.TagClassName
{
border-color: #D6CF16;
}
</style>