Shades of Barberry #D1D51E
Tints of Barberry #D1D51E
RGB
CMYK
RGB Variations
Color information
#D1D51E (or 0xD1D51E) is known color: Barberry. HEX triplet: D1, D5 and 1E. RGB value is (209,213,30). Sum of RGB (Red+Green+Blue) = 209+213+30=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D51E is #2E2AE1. Grayscale: #BFBFBF. Windows color (decimal): -3025634 or 2020817. OLE color: 2020817.
HSL color Cylindrical-coordinate representation of color #D1D51E: hue angle of 61.31º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1D51E is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 30 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.16 |
| HSL | 61.31º | 0.75% | 0.48% | - |
| HSV(B) | 61.31º | 0.86% | 0.84% | - |
| XYZ | 50.32 | 61.24 | 10.4 | - |
| YUV | 190.94 | 37.17 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 30 | 0.02 | 0 | 0.86 | 0.16 | 61.31 | 0.75 | 0.48 |
| Hex | D1 | D5 | 1E | 2 | 0 | 56 | 10 | 3D | 4B | 30 |
| Octal | 321 | 325 | 36 | 2 | 0 | 126 | 20 | 75 | 113 | 60 |
| Binary | 11010001 | 11010101 | 11110 | 10 | 0 | 1010110 | 10000 | 111101 | 1001011 | 110000 |
Color Harmonies of #D1D51E
Complementary color
Monochromatic Colors of #D1D51E
Black with #D1D51E
Text Example
Text Example
White with #D1D51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D51E; }
p { color: rgb(209,213,30); }
H1.HeaderClassName
{
color: #D1D51E;
}
.AnyTagClassName
{
color: #D1D51E;
}
</style>
background-color css
<style>
a { background-color: #D1D51E; }
a { background-color: rgb(209,213,30); }
div.DivClassName
{
background-color: #D1D51E;
}
.BgClassName
{
background-color: #D1D51E;
}
</style>
border-color css
<style>
span { border-color: #D1D51E; }
span { border-color: rgb(209,213,30); }
td.TdClassName
{
border-color: #D1D51E;
}
.TagClassName
{
border-color: #D1D51E;
}
</style>