Shades of Barberry #D9D80C
Tints of Barberry #D9D80C
RGB
CMYK
RGB Variations
Color information
#D9D80C (or 0xD9D80C) is known color: Barberry. HEX triplet: D9, D8 and 0C. RGB value is (217,216,12). Sum of RGB (Red+Green+Blue) = 217+216+12=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D80C is #2627F3. Grayscale: #C1C1C1. Windows color (decimal): -2500596 or 841945. OLE color: 841945.
HSL color Cylindrical-coordinate representation of color #D9D80C: hue angle of 59.71º degrees, saturation: 0.9, 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 #D9D80C is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 12 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.15 |
| HSL | 59.71º | 0.9% | 0.45% | - |
| HSV(B) | 59.71º | 0.94% | 0.85% | - |
| XYZ | 53.24 | 63.89 | 9.87 | - |
| YUV | 193.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 12 | 0 | 0.00 | 0.94 | 0.15 | 59.71 | 0.9 | 0.45 |
| Hex | D9 | D8 | C | 0 | 0 | 5E | F | 3C | 5A | 2D |
| Octal | 331 | 330 | 14 | 0 | 0 | 136 | 17 | 74 | 132 | 55 |
| Binary | 11011001 | 11011000 | 1100 | 0 | 0 | 1011110 | 1111 | 111100 | 1011010 | 101101 |
Color Harmonies of #D9D80C
Complementary color
Monochromatic Colors of #D9D80C
Black with #D9D80C
Text Example
Text Example
White with #D9D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D80C; }
p { color: rgb(217,216,12); }
H1.HeaderClassName
{
color: #D9D80C;
}
.AnyTagClassName
{
color: #D9D80C;
}
</style>
background-color css
<style>
a { background-color: #D9D80C; }
a { background-color: rgb(217,216,12); }
div.DivClassName
{
background-color: #D9D80C;
}
.BgClassName
{
background-color: #D9D80C;
}
</style>
border-color css
<style>
span { border-color: #D9D80C; }
span { border-color: rgb(217,216,12); }
td.TdClassName
{
border-color: #D9D80C;
}
.TagClassName
{
border-color: #D9D80C;
}
</style>