Shades of Barberry #D4C02E
Tints of Barberry #D4C02E
RGB
CMYK
RGB Variations
Color information
#D4C02E (or 0xD4C02E) is known color: Barberry. HEX triplet: D4, C0 and 2E. RGB value is (212,192,46). Sum of RGB (Red+Green+Blue) = 212+192+46=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C02E is #2B3FD1. Grayscale: #B5B5B5. Windows color (decimal): -2834386 or 3064020. OLE color: 3064020.
HSL color Cylindrical-coordinate representation of color #D4C02E: hue angle of 52.77º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4C02E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 46 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.17 |
| HSL | 52.77º | 0.66% | 0.51% | - |
| HSV(B) | 52.77º | 0.78% | 0.83% | - |
| XYZ | 46.49 | 51.89 | 10.15 | - |
| YUV | 181.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 46 | 0 | 0.09 | 0.78 | 0.17 | 52.77 | 0.66 | 0.51 |
| Hex | D4 | C0 | 2E | 0 | 9 | 4E | 11 | 35 | 42 | 33 |
| Octal | 324 | 300 | 56 | 0 | 11 | 116 | 21 | 65 | 102 | 63 |
| Binary | 11010100 | 11000000 | 101110 | 0 | 1001 | 1001110 | 10001 | 110101 | 1000010 | 110011 |
Color Harmonies of #D4C02E
Complementary color
Monochromatic Colors of #D4C02E
Black with #D4C02E
Text Example
Text Example
White with #D4C02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C02E; }
p { color: rgb(212,192,46); }
H1.HeaderClassName
{
color: #D4C02E;
}
.AnyTagClassName
{
color: #D4C02E;
}
</style>
background-color css
<style>
a { background-color: #D4C02E; }
a { background-color: rgb(212,192,46); }
div.DivClassName
{
background-color: #D4C02E;
}
.BgClassName
{
background-color: #D4C02E;
}
</style>
border-color css
<style>
span { border-color: #D4C02E; }
span { border-color: rgb(212,192,46); }
td.TdClassName
{
border-color: #D4C02E;
}
.TagClassName
{
border-color: #D4C02E;
}
</style>