Shades of Barberry #D4C421
Tints of Barberry #D4C421
RGB
CMYK
RGB Variations
Color information
#D4C421 (or 0xD4C421) is known color: Barberry. HEX triplet: D4, C4 and 21. RGB value is (212,196,33). Sum of RGB (Red+Green+Blue) = 212+196+33=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C421 is #2B3BDE. Grayscale: #B6B6B6. Windows color (decimal): -2833375 or 2213076. OLE color: 2213076.
HSL color Cylindrical-coordinate representation of color #D4C421: hue angle of 54.64º 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 #D4C421 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 196 | 33 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.17 |
| HSL | 54.64º | 0.73% | 0.48% | - |
| HSV(B) | 54.64º | 0.84% | 0.83% | - |
| XYZ | 47.17 | 53.59 | 9.3 | - |
| YUV | 182.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 33 | 0 | 0.08 | 0.84 | 0.17 | 54.64 | 0.73 | 0.48 |
| Hex | D4 | C4 | 21 | 0 | 8 | 54 | 11 | 37 | 49 | 30 |
| Octal | 324 | 304 | 41 | 0 | 10 | 124 | 21 | 67 | 111 | 60 |
| Binary | 11010100 | 11000100 | 100001 | 0 | 1000 | 1010100 | 10001 | 110111 | 1001001 | 110000 |
Color Harmonies of #D4C421
Complementary color
Monochromatic Colors of #D4C421
Black with #D4C421
Text Example
Text Example
White with #D4C421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C421; }
p { color: rgb(212,196,33); }
H1.HeaderClassName
{
color: #D4C421;
}
.AnyTagClassName
{
color: #D4C421;
}
</style>
background-color css
<style>
a { background-color: #D4C421; }
a { background-color: rgb(212,196,33); }
div.DivClassName
{
background-color: #D4C421;
}
.BgClassName
{
background-color: #D4C421;
}
</style>
border-color css
<style>
span { border-color: #D4C421; }
span { border-color: rgb(212,196,33); }
td.TdClassName
{
border-color: #D4C421;
}
.TagClassName
{
border-color: #D4C421;
}
</style>