Shades of Barberry #D4DB12
Tints of Barberry #D4DB12
RGB
CMYK
RGB Variations
Color information
#D4DB12 (or 0xD4DB12) is known color: Barberry. HEX triplet: D4, DB and 12. RGB value is (212,219,18). Sum of RGB (Red+Green+Blue) = 212+219+18=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DB12 is #2B24ED. Grayscale: #C2C2C2. Windows color (decimal): -2827502 or 1235924. OLE color: 1235924.
HSL color Cylindrical-coordinate representation of color #D4DB12: hue angle of 62.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4DB12 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 18 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.14 |
| HSL | 62.09º | 0.85% | 0.46% | - |
| HSV(B) | 62.09º | 0.92% | 0.86% | - |
| XYZ | 52.59 | 64.7 | 10.29 | - |
| YUV | 193.99 | 28.68 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 18 | 0.03 | 0 | 0.92 | 0.14 | 62.09 | 0.85 | 0.46 |
| Hex | D4 | DB | 12 | 3 | 0 | 5C | E | 3E | 55 | 2E |
| Octal | 324 | 333 | 22 | 3 | 0 | 134 | 16 | 76 | 125 | 56 |
| Binary | 11010100 | 11011011 | 10010 | 11 | 0 | 1011100 | 1110 | 111110 | 1010101 | 101110 |
Color Harmonies of #D4DB12
Complementary color
Monochromatic Colors of #D4DB12
Black with #D4DB12
Text Example
Text Example
White with #D4DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DB12; }
p { color: rgb(212,219,18); }
H1.HeaderClassName
{
color: #D4DB12;
}
.AnyTagClassName
{
color: #D4DB12;
}
</style>
background-color css
<style>
a { background-color: #D4DB12; }
a { background-color: rgb(212,219,18); }
div.DivClassName
{
background-color: #D4DB12;
}
.BgClassName
{
background-color: #D4DB12;
}
</style>
border-color css
<style>
span { border-color: #D4DB12; }
span { border-color: rgb(212,219,18); }
td.TdClassName
{
border-color: #D4DB12;
}
.TagClassName
{
border-color: #D4DB12;
}
</style>