Shades of Barberry #D1D80D
Tints of Barberry #D1D80D
RGB
CMYK
RGB Variations
Color information
#D1D80D (or 0xD1D80D) is known color: Barberry. HEX triplet: D1, D8 and 0D. RGB value is (209,216,13). Sum of RGB (Red+Green+Blue) = 209+216+13=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D80D is #2E27F2. Grayscale: #BFBFBF. Windows color (decimal): -3024883 or 907473. OLE color: 907473.
HSL color Cylindrical-coordinate representation of color #D1D80D: hue angle of 62.07º 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 #D1D80D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 13 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.15 |
| HSL | 62.07º | 0.89% | 0.45% | - |
| HSV(B) | 62.07º | 0.94% | 0.85% | - |
| XYZ | 50.92 | 62.7 | 9.8 | - |
| YUV | 190.77 | 27.68 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 13 | 0.03 | 0 | 0.94 | 0.15 | 62.07 | 0.89 | 0.45 |
| Hex | D1 | D8 | D | 3 | 0 | 5E | F | 3E | 59 | 2D |
| Octal | 321 | 330 | 15 | 3 | 0 | 136 | 17 | 76 | 131 | 55 |
| Binary | 11010001 | 11011000 | 1101 | 11 | 0 | 1011110 | 1111 | 111110 | 1011001 | 101101 |
Color Harmonies of #D1D80D
Complementary color
Monochromatic Colors of #D1D80D
Black with #D1D80D
Text Example
Text Example
White with #D1D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D80D; }
p { color: rgb(209,216,13); }
H1.HeaderClassName
{
color: #D1D80D;
}
.AnyTagClassName
{
color: #D1D80D;
}
</style>
background-color css
<style>
a { background-color: #D1D80D; }
a { background-color: rgb(209,216,13); }
div.DivClassName
{
background-color: #D1D80D;
}
.BgClassName
{
background-color: #D1D80D;
}
</style>
border-color css
<style>
span { border-color: #D1D80D; }
span { border-color: rgb(209,216,13); }
td.TdClassName
{
border-color: #D1D80D;
}
.TagClassName
{
border-color: #D1D80D;
}
</style>