Shades of Barberry #D1D01E
Tints of Barberry #D1D01E
RGB
CMYK
RGB Variations
Color information
#D1D01E (or 0xD1D01E) is known color: Barberry. HEX triplet: D1, D0 and 1E. RGB value is (209,208,30). Sum of RGB (Red+Green+Blue) = 209+208+30=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D01E is #2E2FE1. Grayscale: #BCBCBC. Windows color (decimal): -3026914 or 2019537. OLE color: 2019537.
HSL color Cylindrical-coordinate representation of color #D1D01E: hue angle of 59.66º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1D01E is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 30 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.18 |
| HSL | 59.66º | 0.75% | 0.47% | - |
| HSV(B) | 59.66º | 0.86% | 0.82% | - |
| XYZ | 49.08 | 58.76 | 9.98 | - |
| YUV | 188.01 | 38.83 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 30 | 0 | 0.00 | 0.86 | 0.18 | 59.66 | 0.75 | 0.47 |
| Hex | D1 | D0 | 1E | 0 | 0 | 56 | 12 | 3C | 4B | 2F |
| Octal | 321 | 320 | 36 | 0 | 0 | 126 | 22 | 74 | 113 | 57 |
| Binary | 11010001 | 11010000 | 11110 | 0 | 0 | 1010110 | 10010 | 111100 | 1001011 | 101111 |
Color Harmonies of #D1D01E
Complementary color
Monochromatic Colors of #D1D01E
Black with #D1D01E
Text Example
Text Example
White with #D1D01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D01E; }
p { color: rgb(209,208,30); }
H1.HeaderClassName
{
color: #D1D01E;
}
.AnyTagClassName
{
color: #D1D01E;
}
</style>
background-color css
<style>
a { background-color: #D1D01E; }
a { background-color: rgb(209,208,30); }
div.DivClassName
{
background-color: #D1D01E;
}
.BgClassName
{
background-color: #D1D01E;
}
</style>
border-color css
<style>
span { border-color: #D1D01E; }
span { border-color: rgb(209,208,30); }
td.TdClassName
{
border-color: #D1D01E;
}
.TagClassName
{
border-color: #D1D01E;
}
</style>