Shades of Barberry #D6D520
Tints of Barberry #D6D520
RGB
CMYK
RGB Variations
Color information
#D6D520 (or 0xD6D520) is known color: Barberry. HEX triplet: D6, D5 and 20. RGB value is (214,213,32). Sum of RGB (Red+Green+Blue) = 214+213+32=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D520 is #292ADF. Grayscale: #C1C1C1. Windows color (decimal): -2697952 or 2151894. OLE color: 2151894.
HSL color Cylindrical-coordinate representation of color #D6D520: hue angle of 59.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6D520 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 32 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.16 |
| HSL | 59.67º | 0.74% | 0.48% | - |
| HSV(B) | 59.67º | 0.85% | 0.84% | - |
| XYZ | 51.79 | 61.99 | 10.6 | - |
| YUV | 192.67 | 37.33 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 32 | 0 | 0.00 | 0.85 | 0.16 | 59.67 | 0.74 | 0.48 |
| Hex | D6 | D5 | 20 | 0 | 0 | 55 | 10 | 3C | 4A | 30 |
| Octal | 326 | 325 | 40 | 0 | 0 | 125 | 20 | 74 | 112 | 60 |
| Binary | 11010110 | 11010101 | 100000 | 0 | 0 | 1010101 | 10000 | 111100 | 1001010 | 110000 |
Color Harmonies of #D6D520
Complementary color
Monochromatic Colors of #D6D520
Black with #D6D520
Text Example
Text Example
White with #D6D520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D520; }
p { color: rgb(214,213,32); }
H1.HeaderClassName
{
color: #D6D520;
}
.AnyTagClassName
{
color: #D6D520;
}
</style>
background-color css
<style>
a { background-color: #D6D520; }
a { background-color: rgb(214,213,32); }
div.DivClassName
{
background-color: #D6D520;
}
.BgClassName
{
background-color: #D6D520;
}
</style>
border-color css
<style>
span { border-color: #D6D520; }
span { border-color: rgb(214,213,32); }
td.TdClassName
{
border-color: #D6D520;
}
.TagClassName
{
border-color: #D6D520;
}
</style>