Shades of Barberry #D1DA12
Tints of Barberry #D1DA12
RGB
CMYK
RGB Variations
Color information
#D1DA12 (or 0xD1DA12) is known color: Barberry. HEX triplet: D1, DA and 12. RGB value is (209,218,18). Sum of RGB (Red+Green+Blue) = 209+218+18=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DA12 is #2E25ED. Grayscale: #C1C1C1. Windows color (decimal): -3024366 or 1235665. OLE color: 1235665.
HSL color Cylindrical-coordinate representation of color #D1DA12: hue angle of 62.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1DA12 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 18 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.15 |
| HSL | 62.7º | 0.85% | 0.46% | - |
| HSV(B) | 62.7º | 0.92% | 0.85% | - |
| XYZ | 51.48 | 63.74 | 10.16 | - |
| YUV | 192.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 18 | 0.04 | 0 | 0.92 | 0.15 | 62.7 | 0.85 | 0.46 |
| Hex | D1 | DA | 12 | 4 | 0 | 5C | F | 3F | 55 | 2E |
| Octal | 321 | 332 | 22 | 4 | 0 | 134 | 17 | 77 | 125 | 56 |
| Binary | 11010001 | 11011010 | 10010 | 100 | 0 | 1011100 | 1111 | 111111 | 1010101 | 101110 |
Color Harmonies of #D1DA12
Complementary color
Monochromatic Colors of #D1DA12
Black with #D1DA12
Text Example
Text Example
White with #D1DA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA12; }
p { color: rgb(209,218,18); }
H1.HeaderClassName
{
color: #D1DA12;
}
.AnyTagClassName
{
color: #D1DA12;
}
</style>
background-color css
<style>
a { background-color: #D1DA12; }
a { background-color: rgb(209,218,18); }
div.DivClassName
{
background-color: #D1DA12;
}
.BgClassName
{
background-color: #D1DA12;
}
</style>
border-color css
<style>
span { border-color: #D1DA12; }
span { border-color: rgb(209,218,18); }
td.TdClassName
{
border-color: #D1DA12;
}
.TagClassName
{
border-color: #D1DA12;
}
</style>