Shades of Barberry #D6D710
Tints of Barberry #D6D710
RGB
CMYK
RGB Variations
Color information
#D6D710 (or 0xD6D710) is known color: Barberry. HEX triplet: D6, D7 and 10. RGB value is (214,215,16). Sum of RGB (Red+Green+Blue) = 214+215+16=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D710 is #2928EF. Grayscale: #C0C0C0. Windows color (decimal): -2697456 or 1103830. OLE color: 1103830.
HSL color Cylindrical-coordinate representation of color #D6D710: hue angle of 60.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6D710 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 215 | 16 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.16 |
| HSL | 60.3º | 0.86% | 0.45% | - |
| HSV(B) | 60.3º | 0.93% | 0.84% | - |
| XYZ | 52.13 | 62.93 | 9.89 | - |
| YUV | 192.02 | 28.67 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 16 | 0.00 | 0 | 0.93 | 0.16 | 60.3 | 0.86 | 0.45 |
| Hex | D6 | D7 | 10 | 0 | 0 | 5D | 10 | 3C | 56 | 2D |
| Octal | 326 | 327 | 20 | 0 | 0 | 135 | 20 | 74 | 126 | 55 |
| Binary | 11010110 | 11010111 | 10000 | 0 | 0 | 1011101 | 10000 | 111100 | 1010110 | 101101 |
Color Harmonies of #D6D710
Complementary color
Monochromatic Colors of #D6D710
Black with #D6D710
Text Example
Text Example
White with #D6D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D710; }
p { color: rgb(214,215,16); }
H1.HeaderClassName
{
color: #D6D710;
}
.AnyTagClassName
{
color: #D6D710;
}
</style>
background-color css
<style>
a { background-color: #D6D710; }
a { background-color: rgb(214,215,16); }
div.DivClassName
{
background-color: #D6D710;
}
.BgClassName
{
background-color: #D6D710;
}
</style>
border-color css
<style>
span { border-color: #D6D710; }
span { border-color: rgb(214,215,16); }
td.TdClassName
{
border-color: #D6D710;
}
.TagClassName
{
border-color: #D6D710;
}
</style>