Shades of Barberry #D4D219
Tints of Barberry #D4D219
RGB
CMYK
RGB Variations
Color information
#D4D219 (or 0xD4D219) is known color: Barberry. HEX triplet: D4, D2 and 19. RGB value is (212,210,25). Sum of RGB (Red+Green+Blue) = 212+210+25=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D219 is #2B2DE6. Grayscale: #BEBEBE. Windows color (decimal): -2829799 or 1692372. OLE color: 1692372.
HSL color Cylindrical-coordinate representation of color #D4D219: hue angle of 59.36º degrees, saturation: 0.79, 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 #D4D219 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 25 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.17 |
| HSL | 59.36º | 0.79% | 0.46% | - |
| HSV(B) | 59.36º | 0.88% | 0.83% | - |
| XYZ | 50.37 | 60.16 | 9.88 | - |
| YUV | 189.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 25 | 0 | 0.01 | 0.88 | 0.17 | 59.36 | 0.79 | 0.46 |
| Hex | D4 | D2 | 19 | 0 | 1 | 58 | 11 | 3B | 4F | 2E |
| Octal | 324 | 322 | 31 | 0 | 1 | 130 | 21 | 73 | 117 | 56 |
| Binary | 11010100 | 11010010 | 11001 | 0 | 1 | 1011000 | 10001 | 111011 | 1001111 | 101110 |
Color Harmonies of #D4D219
Complementary color
Monochromatic Colors of #D4D219
Black with #D4D219
Text Example
Text Example
White with #D4D219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D219; }
p { color: rgb(212,210,25); }
H1.HeaderClassName
{
color: #D4D219;
}
.AnyTagClassName
{
color: #D4D219;
}
</style>
background-color css
<style>
a { background-color: #D4D219; }
a { background-color: rgb(212,210,25); }
div.DivClassName
{
background-color: #D4D219;
}
.BgClassName
{
background-color: #D4D219;
}
</style>
border-color css
<style>
span { border-color: #D4D219; }
span { border-color: rgb(212,210,25); }
td.TdClassName
{
border-color: #D4D219;
}
.TagClassName
{
border-color: #D4D219;
}
</style>