Shades of Barberry #D7CE16
Tints of Barberry #D7CE16
RGB
CMYK
RGB Variations
Color information
#D7CE16 (or 0xD7CE16) is known color: Barberry. HEX triplet: D7, CE and 16. RGB value is (215,206,22). Sum of RGB (Red+Green+Blue) = 215+206+22=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CE16 is #2831E9. Grayscale: #BCBCBC. Windows color (decimal): -2634218 or 1494743. OLE color: 1494743.
HSL color Cylindrical-coordinate representation of color #D7CE16: hue angle of 57.2º 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 #D7CE16 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 22 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.16 |
| HSL | 57.2º | 0.81% | 0.46% | - |
| HSV(B) | 57.2º | 0.9% | 0.84% | - |
| XYZ | 50.24 | 58.65 | 9.43 | - |
| YUV | 187.72 | 34.48 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 22 | 0 | 0.04 | 0.90 | 0.16 | 57.2 | 0.81 | 0.46 |
| Hex | D7 | CE | 16 | 0 | 4 | 5A | 10 | 39 | 51 | 2E |
| Octal | 327 | 316 | 26 | 0 | 4 | 132 | 20 | 71 | 121 | 56 |
| Binary | 11010111 | 11001110 | 10110 | 0 | 100 | 1011010 | 10000 | 111001 | 1010001 | 101110 |
Color Harmonies of #D7CE16
Complementary color
Monochromatic Colors of #D7CE16
Black with #D7CE16
Text Example
Text Example
White with #D7CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE16; }
p { color: rgb(215,206,22); }
H1.HeaderClassName
{
color: #D7CE16;
}
.AnyTagClassName
{
color: #D7CE16;
}
</style>
background-color css
<style>
a { background-color: #D7CE16; }
a { background-color: rgb(215,206,22); }
div.DivClassName
{
background-color: #D7CE16;
}
.BgClassName
{
background-color: #D7CE16;
}
</style>
border-color css
<style>
span { border-color: #D7CE16; }
span { border-color: rgb(215,206,22); }
td.TdClassName
{
border-color: #D7CE16;
}
.TagClassName
{
border-color: #D7CE16;
}
</style>