Shades of Barberry #D4D221
Tints of Barberry #D4D221
RGB
CMYK
RGB Variations
Color information
#D4D221 (or 0xD4D221) is known color: Barberry. HEX triplet: D4, D2 and 21. RGB value is (212,210,33). Sum of RGB (Red+Green+Blue) = 212+210+33=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D221 is #2B2DDE. Grayscale: #BFBFBF. Windows color (decimal): -2829791 or 2216660. OLE color: 2216660.
HSL color Cylindrical-coordinate representation of color #D4D221: hue angle of 59.33º 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 #D4D221 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 33 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.17 |
| HSL | 59.33º | 0.73% | 0.48% | - |
| HSV(B) | 59.33º | 0.84% | 0.83% | - |
| XYZ | 50.47 | 60.2 | 10.4 | - |
| YUV | 190.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 33 | 0 | 0.01 | 0.84 | 0.17 | 59.33 | 0.73 | 0.48 |
| Hex | D4 | D2 | 21 | 0 | 1 | 54 | 11 | 3B | 49 | 30 |
| Octal | 324 | 322 | 41 | 0 | 1 | 124 | 21 | 73 | 111 | 60 |
| Binary | 11010100 | 11010010 | 100001 | 0 | 1 | 1010100 | 10001 | 111011 | 1001001 | 110000 |
Color Harmonies of #D4D221
Complementary color
Monochromatic Colors of #D4D221
Black with #D4D221
Text Example
Text Example
White with #D4D221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D221; }
p { color: rgb(212,210,33); }
H1.HeaderClassName
{
color: #D4D221;
}
.AnyTagClassName
{
color: #D4D221;
}
</style>
background-color css
<style>
a { background-color: #D4D221; }
a { background-color: rgb(212,210,33); }
div.DivClassName
{
background-color: #D4D221;
}
.BgClassName
{
background-color: #D4D221;
}
</style>
border-color css
<style>
span { border-color: #D4D221; }
span { border-color: rgb(212,210,33); }
td.TdClassName
{
border-color: #D4D221;
}
.TagClassName
{
border-color: #D4D221;
}
</style>