Shades of Barberry #D7DC16
Tints of Barberry #D7DC16
RGB
CMYK
RGB Variations
Color information
#D7DC16 (or 0xD7DC16) is known color: Barberry. HEX triplet: D7, DC and 16. RGB value is (215,220,22). Sum of RGB (Red+Green+Blue) = 215+220+22=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DC16 is #2823E9. Grayscale: #C4C4C4. Windows color (decimal): -2630634 or 1498327. OLE color: 1498327.
HSL color Cylindrical-coordinate representation of color #D7DC16: hue angle of 61.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7DC16 is Cyan = 0.02, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 22 | - |
| CMYK | 0.02 | 0 | 0.9 | 0.14 |
| HSL | 61.52º | 0.82% | 0.47% | - |
| HSV(B) | 61.52º | 0.9% | 0.86% | - |
| XYZ | 53.76 | 65.69 | 10.61 | - |
| YUV | 195.93 | 29.84 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 22 | 0.02 | 0 | 0.9 | 0.14 | 61.52 | 0.82 | 0.47 |
| Hex | D7 | DC | 16 | 2 | 0 | 5A | E | 3E | 52 | 2F |
| Octal | 327 | 334 | 26 | 2 | 0 | 132 | 16 | 76 | 122 | 57 |
| Binary | 11010111 | 11011100 | 10110 | 10 | 0 | 1011010 | 1110 | 111110 | 1010010 | 101111 |
Color Harmonies of #D7DC16
Complementary color
Monochromatic Colors of #D7DC16
Black with #D7DC16
Text Example
Text Example
White with #D7DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC16; }
p { color: rgb(215,220,22); }
H1.HeaderClassName
{
color: #D7DC16;
}
.AnyTagClassName
{
color: #D7DC16;
}
</style>
background-color css
<style>
a { background-color: #D7DC16; }
a { background-color: rgb(215,220,22); }
div.DivClassName
{
background-color: #D7DC16;
}
.BgClassName
{
background-color: #D7DC16;
}
</style>
border-color css
<style>
span { border-color: #D7DC16; }
span { border-color: rgb(215,220,22); }
td.TdClassName
{
border-color: #D7DC16;
}
.TagClassName
{
border-color: #D7DC16;
}
</style>