Shades of Barberry #D6D80D
Tints of Barberry #D6D80D
RGB
CMYK
RGB Variations
Color information
#D6D80D (or 0xD6D80D) is known color: Barberry. HEX triplet: D6, D8 and 0D. RGB value is (214,216,13). Sum of RGB (Red+Green+Blue) = 214+216+13=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D80D is #2927F2. Grayscale: #C1C1C1. Windows color (decimal): -2697203 or 907478. OLE color: 907478.
HSL color Cylindrical-coordinate representation of color #D6D80D: hue angle of 60.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6D80D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 13 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.15 |
| HSL | 60.59º | 0.89% | 0.45% | - |
| HSV(B) | 60.59º | 0.94% | 0.85% | - |
| XYZ | 52.36 | 63.44 | 9.87 | - |
| YUV | 192.26 | 26.84 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 13 | 0.01 | 0 | 0.94 | 0.15 | 60.59 | 0.89 | 0.45 |
| Hex | D6 | D8 | D | 1 | 0 | 5E | F | 3D | 59 | 2D |
| Octal | 326 | 330 | 15 | 1 | 0 | 136 | 17 | 75 | 131 | 55 |
| Binary | 11010110 | 11011000 | 1101 | 1 | 0 | 1011110 | 1111 | 111101 | 1011001 | 101101 |
Color Harmonies of #D6D80D
Complementary color
Monochromatic Colors of #D6D80D
Black with #D6D80D
Text Example
Text Example
White with #D6D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D80D; }
p { color: rgb(214,216,13); }
H1.HeaderClassName
{
color: #D6D80D;
}
.AnyTagClassName
{
color: #D6D80D;
}
</style>
background-color css
<style>
a { background-color: #D6D80D; }
a { background-color: rgb(214,216,13); }
div.DivClassName
{
background-color: #D6D80D;
}
.BgClassName
{
background-color: #D6D80D;
}
</style>
border-color css
<style>
span { border-color: #D6D80D; }
span { border-color: rgb(214,216,13); }
td.TdClassName
{
border-color: #D6D80D;
}
.TagClassName
{
border-color: #D6D80D;
}
</style>