Shades of Barberry #D4D122
Tints of Barberry #D4D122
RGB
CMYK
RGB Variations
Color information
#D4D122 (or 0xD4D122) is known color: Barberry. HEX triplet: D4, D1 and 22. RGB value is (212,209,34). Sum of RGB (Red+Green+Blue) = 212+209+34=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D122 is #2B2EDD. Grayscale: #BEBEBE. Windows color (decimal): -2830046 or 2281940. OLE color: 2281940.
HSL color Cylindrical-coordinate representation of color #D4D122: hue angle of 58.99º degrees, saturation: 0.72, 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 #D4D122 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 34 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.17 |
| HSL | 58.99º | 0.72% | 0.48% | - |
| HSV(B) | 58.99º | 0.84% | 0.83% | - |
| XYZ | 50.24 | 59.71 | 10.39 | - |
| YUV | 189.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 34 | 0 | 0.01 | 0.84 | 0.17 | 58.99 | 0.72 | 0.48 |
| Hex | D4 | D1 | 22 | 0 | 1 | 54 | 11 | 3B | 48 | 30 |
| Octal | 324 | 321 | 42 | 0 | 1 | 124 | 21 | 73 | 110 | 60 |
| Binary | 11010100 | 11010001 | 100010 | 0 | 1 | 1010100 | 10001 | 111011 | 1001000 | 110000 |
Color Harmonies of #D4D122
Complementary color
Monochromatic Colors of #D4D122
Black with #D4D122
Text Example
Text Example
White with #D4D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D122; }
p { color: rgb(212,209,34); }
H1.HeaderClassName
{
color: #D4D122;
}
.AnyTagClassName
{
color: #D4D122;
}
</style>
background-color css
<style>
a { background-color: #D4D122; }
a { background-color: rgb(212,209,34); }
div.DivClassName
{
background-color: #D4D122;
}
.BgClassName
{
background-color: #D4D122;
}
</style>
border-color css
<style>
span { border-color: #D4D122; }
span { border-color: rgb(212,209,34); }
td.TdClassName
{
border-color: #D4D122;
}
.TagClassName
{
border-color: #D4D122;
}
</style>