Shades of Barberry #D1D813
Tints of Barberry #D1D813
RGB
CMYK
RGB Variations
Color information
#D1D813 (or 0xD1D813) is known color: Barberry. HEX triplet: D1, D8 and 13. RGB value is (209,216,19). Sum of RGB (Red+Green+Blue) = 209+216+19=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D813 is #2E27EC. Grayscale: #C0C0C0. Windows color (decimal): -3024877 or 1300689. OLE color: 1300689.
HSL color Cylindrical-coordinate representation of color #D1D813: hue angle of 62.13º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1D813 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 19 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.15 |
| HSL | 62.13º | 0.84% | 0.46% | - |
| HSV(B) | 62.13º | 0.91% | 0.85% | - |
| XYZ | 50.97 | 62.71 | 10.03 | - |
| YUV | 191.45 | 30.68 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 19 | 0.03 | 0 | 0.91 | 0.15 | 62.13 | 0.84 | 0.46 |
| Hex | D1 | D8 | 13 | 3 | 0 | 5B | F | 3E | 54 | 2E |
| Octal | 321 | 330 | 23 | 3 | 0 | 133 | 17 | 76 | 124 | 56 |
| Binary | 11010001 | 11011000 | 10011 | 11 | 0 | 1011011 | 1111 | 111110 | 1010100 | 101110 |
Color Harmonies of #D1D813
Complementary color
Monochromatic Colors of #D1D813
Black with #D1D813
Text Example
Text Example
White with #D1D813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D813; }
p { color: rgb(209,216,19); }
H1.HeaderClassName
{
color: #D1D813;
}
.AnyTagClassName
{
color: #D1D813;
}
</style>
background-color css
<style>
a { background-color: #D1D813; }
a { background-color: rgb(209,216,19); }
div.DivClassName
{
background-color: #D1D813;
}
.BgClassName
{
background-color: #D1D813;
}
</style>
border-color css
<style>
span { border-color: #D1D813; }
span { border-color: rgb(209,216,19); }
td.TdClassName
{
border-color: #D1D813;
}
.TagClassName
{
border-color: #D1D813;
}
</style>