Shades of Barberry #D4D222
Tints of Barberry #D4D222
RGB
CMYK
RGB Variations
Color information
#D4D222 (or 0xD4D222) is known color: Barberry. HEX triplet: D4, D2 and 22. RGB value is (212,210,34). Sum of RGB (Red+Green+Blue) = 212+210+34=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 34 (13.67% from 255 or 7.46% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D222 is #2B2DDD. Grayscale: #BFBFBF. Windows color (decimal): -2829790 or 2282196. OLE color: 2282196.
HSL color Cylindrical-coordinate representation of color #D4D222: hue angle of 59.33º 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 #D4D222 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 34 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.17 |
| HSL | 59.33º | 0.72% | 0.48% | - |
| HSV(B) | 59.33º | 0.84% | 0.83% | - |
| XYZ | 50.49 | 60.21 | 10.47 | - |
| YUV | 190.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 34 | 0 | 0.01 | 0.84 | 0.17 | 59.33 | 0.72 | 0.48 |
| Hex | D4 | D2 | 22 | 0 | 1 | 54 | 11 | 3B | 48 | 30 |
| Octal | 324 | 322 | 42 | 0 | 1 | 124 | 21 | 73 | 110 | 60 |
| Binary | 11010100 | 11010010 | 100010 | 0 | 1 | 1010100 | 10001 | 111011 | 1001000 | 110000 |
Color Harmonies of #D4D222
Complementary color
Monochromatic Colors of #D4D222
Black with #D4D222
Text Example
Text Example
White with #D4D222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D222; }
p { color: rgb(212,210,34); }
H1.HeaderClassName
{
color: #D4D222;
}
.AnyTagClassName
{
color: #D4D222;
}
</style>
background-color css
<style>
a { background-color: #D4D222; }
a { background-color: rgb(212,210,34); }
div.DivClassName
{
background-color: #D4D222;
}
.BgClassName
{
background-color: #D4D222;
}
</style>
border-color css
<style>
span { border-color: #D4D222; }
span { border-color: rgb(212,210,34); }
td.TdClassName
{
border-color: #D4D222;
}
.TagClassName
{
border-color: #D4D222;
}
</style>