Shades of Barberry #D7DB12
Tints of Barberry #D7DB12
RGB
CMYK
RGB Variations
Color information
#D7DB12 (or 0xD7DB12) is known color: Barberry. HEX triplet: D7, DB and 12. RGB value is (215,219,18). Sum of RGB (Red+Green+Blue) = 215+219+18=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DB12 is #2824ED. Grayscale: #C3C3C3. Windows color (decimal): -2630894 or 1235927. OLE color: 1235927.
HSL color Cylindrical-coordinate representation of color #D7DB12: hue angle of 61.19º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7DB12 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 18 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.14 |
| HSL | 61.19º | 0.85% | 0.46% | - |
| HSV(B) | 61.19º | 0.92% | 0.86% | - |
| XYZ | 53.47 | 65.15 | 10.33 | - |
| YUV | 194.89 | 28.17 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 18 | 0.02 | 0 | 0.92 | 0.14 | 61.19 | 0.85 | 0.46 |
| Hex | D7 | DB | 12 | 2 | 0 | 5C | E | 3D | 55 | 2E |
| Octal | 327 | 333 | 22 | 2 | 0 | 134 | 16 | 75 | 125 | 56 |
| Binary | 11010111 | 11011011 | 10010 | 10 | 0 | 1011100 | 1110 | 111101 | 1010101 | 101110 |
Color Harmonies of #D7DB12
Complementary color
Monochromatic Colors of #D7DB12
Black with #D7DB12
Text Example
Text Example
White with #D7DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB12; }
p { color: rgb(215,219,18); }
H1.HeaderClassName
{
color: #D7DB12;
}
.AnyTagClassName
{
color: #D7DB12;
}
</style>
background-color css
<style>
a { background-color: #D7DB12; }
a { background-color: rgb(215,219,18); }
div.DivClassName
{
background-color: #D7DB12;
}
.BgClassName
{
background-color: #D7DB12;
}
</style>
border-color css
<style>
span { border-color: #D7DB12; }
span { border-color: rgb(215,219,18); }
td.TdClassName
{
border-color: #D7DB12;
}
.TagClassName
{
border-color: #D7DB12;
}
</style>