Shades of Barberry #D6D015
Tints of Barberry #D6D015
RGB
CMYK
RGB Variations
Color information
#D6D015 (or 0xD6D015) is known color: Barberry. HEX triplet: D6, D0 and 15. RGB value is (214,208,21). Sum of RGB (Red+Green+Blue) = 214+208+21=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D015 is #292FEA. Grayscale: #BDBDBD. Windows color (decimal): -2699243 or 1429718. OLE color: 1429718.
HSL color Cylindrical-coordinate representation of color #D6D015: hue angle of 58.13º degrees, saturation: 0.82, 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 #D6D015 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 21 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.16 |
| HSL | 58.13º | 0.82% | 0.46% | - |
| HSV(B) | 58.13º | 0.9% | 0.84% | - |
| XYZ | 50.42 | 59.46 | 9.53 | - |
| YUV | 188.48 | 33.49 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 21 | 0 | 0.03 | 0.90 | 0.16 | 58.13 | 0.82 | 0.46 |
| Hex | D6 | D0 | 15 | 0 | 3 | 5A | 10 | 3A | 52 | 2E |
| Octal | 326 | 320 | 25 | 0 | 3 | 132 | 20 | 72 | 122 | 56 |
| Binary | 11010110 | 11010000 | 10101 | 0 | 11 | 1011010 | 10000 | 111010 | 1010010 | 101110 |
Color Harmonies of #D6D015
Complementary color
Monochromatic Colors of #D6D015
Black with #D6D015
Text Example
Text Example
White with #D6D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D015; }
p { color: rgb(214,208,21); }
H1.HeaderClassName
{
color: #D6D015;
}
.AnyTagClassName
{
color: #D6D015;
}
</style>
background-color css
<style>
a { background-color: #D6D015; }
a { background-color: rgb(214,208,21); }
div.DivClassName
{
background-color: #D6D015;
}
.BgClassName
{
background-color: #D6D015;
}
</style>
border-color css
<style>
span { border-color: #D6D015; }
span { border-color: rgb(214,208,21); }
td.TdClassName
{
border-color: #D6D015;
}
.TagClassName
{
border-color: #D6D015;
}
</style>