Shades of Barberry #D1D01D
Tints of Barberry #D1D01D
RGB
CMYK
RGB Variations
Color information
#D1D01D (or 0xD1D01D) is known color: Barberry. HEX triplet: D1, D0 and 1D. RGB value is (209,208,29). Sum of RGB (Red+Green+Blue) = 209+208+29=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D01D is #2E2FE2. Grayscale: #BCBCBC. Windows color (decimal): -3026915 or 1954001. OLE color: 1954001.
HSL color Cylindrical-coordinate representation of color #D1D01D: hue angle of 59.67º degrees, saturation: 0.76, 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 #D1D01D is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 29 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.18 |
| HSL | 59.67º | 0.76% | 0.47% | - |
| HSV(B) | 59.67º | 0.86% | 0.82% | - |
| XYZ | 49.07 | 58.76 | 9.92 | - |
| YUV | 187.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 29 | 0 | 0.00 | 0.86 | 0.18 | 59.67 | 0.76 | 0.47 |
| Hex | D1 | D0 | 1D | 0 | 0 | 56 | 12 | 3C | 4C | 2F |
| Octal | 321 | 320 | 35 | 0 | 0 | 126 | 22 | 74 | 114 | 57 |
| Binary | 11010001 | 11010000 | 11101 | 0 | 0 | 1010110 | 10010 | 111100 | 1001100 | 101111 |
Color Harmonies of #D1D01D
Complementary color
Monochromatic Colors of #D1D01D
Black with #D1D01D
Text Example
Text Example
White with #D1D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D01D; }
p { color: rgb(209,208,29); }
H1.HeaderClassName
{
color: #D1D01D;
}
.AnyTagClassName
{
color: #D1D01D;
}
</style>
background-color css
<style>
a { background-color: #D1D01D; }
a { background-color: rgb(209,208,29); }
div.DivClassName
{
background-color: #D1D01D;
}
.BgClassName
{
background-color: #D1D01D;
}
</style>
border-color css
<style>
span { border-color: #D1D01D; }
span { border-color: rgb(209,208,29); }
td.TdClassName
{
border-color: #D1D01D;
}
.TagClassName
{
border-color: #D1D01D;
}
</style>