Shades of Barberry #D1D31A
Tints of Barberry #D1D31A
RGB
CMYK
RGB Variations
Color information
#D1D31A (or 0xD1D31A) is known color: Barberry. HEX triplet: D1, D3 and 1A. RGB value is (209,211,26). Sum of RGB (Red+Green+Blue) = 209+211+26=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D31A is #2E2CE5. Grayscale: #BEBEBE. Windows color (decimal): -3026150 or 1758161. OLE color: 1758161.
HSL color Cylindrical-coordinate representation of color #D1D31A: hue angle of 60.65º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1D31A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 26 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.17 |
| HSL | 60.65º | 0.78% | 0.46% | - |
| HSV(B) | 60.65º | 0.88% | 0.83% | - |
| XYZ | 49.78 | 60.22 | 9.98 | - |
| YUV | 189.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 26 | 0.01 | 0 | 0.88 | 0.17 | 60.65 | 0.78 | 0.46 |
| Hex | D1 | D3 | 1A | 1 | 0 | 58 | 11 | 3D | 4E | 2E |
| Octal | 321 | 323 | 32 | 1 | 0 | 130 | 21 | 75 | 116 | 56 |
| Binary | 11010001 | 11010011 | 11010 | 1 | 0 | 1011000 | 10001 | 111101 | 1001110 | 101110 |
Color Harmonies of #D1D31A
Complementary color
Monochromatic Colors of #D1D31A
Black with #D1D31A
Text Example
Text Example
White with #D1D31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D31A; }
p { color: rgb(209,211,26); }
H1.HeaderClassName
{
color: #D1D31A;
}
.AnyTagClassName
{
color: #D1D31A;
}
</style>
background-color css
<style>
a { background-color: #D1D31A; }
a { background-color: rgb(209,211,26); }
div.DivClassName
{
background-color: #D1D31A;
}
.BgClassName
{
background-color: #D1D31A;
}
</style>
border-color css
<style>
span { border-color: #D1D31A; }
span { border-color: rgb(209,211,26); }
td.TdClassName
{
border-color: #D1D31A;
}
.TagClassName
{
border-color: #D1D31A;
}
</style>