Shades of Barberry #D4D121
Tints of Barberry #D4D121
RGB
CMYK
RGB Variations
Color information
#D4D121 (or 0xD4D121) is known color: Barberry. HEX triplet: D4, D1 and 21. RGB value is (212,209,33). Sum of RGB (Red+Green+Blue) = 212+209+33=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 33 (13.28% from 255 or 7.27% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D121 is #2B2EDE. Grayscale: #BEBEBE. Windows color (decimal): -2830047 or 2216404. OLE color: 2216404.
HSL color Cylindrical-coordinate representation of color #D4D121: hue angle of 58.99º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4D121 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 33 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.17 |
| HSL | 58.99º | 0.73% | 0.48% | - |
| HSV(B) | 58.99º | 0.84% | 0.83% | - |
| XYZ | 50.23 | 59.71 | 10.32 | - |
| YUV | 189.83 | 39.49 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 33 | 0 | 0.01 | 0.84 | 0.17 | 58.99 | 0.73 | 0.48 |
| Hex | D4 | D1 | 21 | 0 | 1 | 54 | 11 | 3B | 49 | 30 |
| Octal | 324 | 321 | 41 | 0 | 1 | 124 | 21 | 73 | 111 | 60 |
| Binary | 11010100 | 11010001 | 100001 | 0 | 1 | 1010100 | 10001 | 111011 | 1001001 | 110000 |
Color Harmonies of #D4D121
Complementary color
Monochromatic Colors of #D4D121
Black with #D4D121
Text Example
Text Example
White with #D4D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D121; }
p { color: rgb(212,209,33); }
H1.HeaderClassName
{
color: #D4D121;
}
.AnyTagClassName
{
color: #D4D121;
}
</style>
background-color css
<style>
a { background-color: #D4D121; }
a { background-color: rgb(212,209,33); }
div.DivClassName
{
background-color: #D4D121;
}
.BgClassName
{
background-color: #D4D121;
}
</style>
border-color css
<style>
span { border-color: #D4D121; }
span { border-color: rgb(212,209,33); }
td.TdClassName
{
border-color: #D4D121;
}
.TagClassName
{
border-color: #D4D121;
}
</style>