Shades of Barberry #D6D71B
Tints of Barberry #D6D71B
RGB
CMYK
RGB Variations
Color information
#D6D71B (or 0xD6D71B) is known color: Barberry. HEX triplet: D6, D7 and 1B. RGB value is (214,215,27). Sum of RGB (Red+Green+Blue) = 214+215+27=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D71B is #2928E4. Grayscale: #C2C2C2. Windows color (decimal): -2697445 or 1824726. OLE color: 1824726.
HSL color Cylindrical-coordinate representation of color #D6D71B: hue angle of 60.32º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6D71B is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 215 | 27 | - |
| CMYK | 0.00 | 0 | 0.87 | 0.16 |
| HSL | 60.32º | 0.78% | 0.47% | - |
| HSV(B) | 60.32º | 0.87% | 0.84% | - |
| XYZ | 52.23 | 62.98 | 10.44 | - |
| YUV | 193.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 27 | 0.00 | 0 | 0.87 | 0.16 | 60.32 | 0.78 | 0.47 |
| Hex | D6 | D7 | 1B | 0 | 0 | 57 | 10 | 3C | 4E | 2F |
| Octal | 326 | 327 | 33 | 0 | 0 | 127 | 20 | 74 | 116 | 57 |
| Binary | 11010110 | 11010111 | 11011 | 0 | 0 | 1010111 | 10000 | 111100 | 1001110 | 101111 |
Color Harmonies of #D6D71B
Complementary color
Monochromatic Colors of #D6D71B
Black with #D6D71B
Text Example
Text Example
White with #D6D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D71B; }
p { color: rgb(214,215,27); }
H1.HeaderClassName
{
color: #D6D71B;
}
.AnyTagClassName
{
color: #D6D71B;
}
</style>
background-color css
<style>
a { background-color: #D6D71B; }
a { background-color: rgb(214,215,27); }
div.DivClassName
{
background-color: #D6D71B;
}
.BgClassName
{
background-color: #D6D71B;
}
</style>
border-color css
<style>
span { border-color: #D6D71B; }
span { border-color: rgb(214,215,27); }
td.TdClassName
{
border-color: #D6D71B;
}
.TagClassName
{
border-color: #D6D71B;
}
</style>