Shades of Barberry #D4C02C
Tints of Barberry #D4C02C
RGB
CMYK
RGB Variations
Color information
#D4C02C (or 0xD4C02C) is known color: Barberry. HEX triplet: D4, C0 and 2C. RGB value is (212,192,44). Sum of RGB (Red+Green+Blue) = 212+192+44=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C02C is #2B3FD3. Grayscale: #B5B5B5. Windows color (decimal): -2834388 or 2932948. OLE color: 2932948.
HSL color Cylindrical-coordinate representation of color #D4C02C: hue angle of 52.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4C02C is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 44 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.17 |
| HSL | 52.86º | 0.66% | 0.5% | - |
| HSV(B) | 52.86º | 0.79% | 0.83% | - |
| XYZ | 46.46 | 51.88 | 9.95 | - |
| YUV | 181.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 44 | 0 | 0.09 | 0.79 | 0.17 | 52.86 | 0.66 | 0.5 |
| Hex | D4 | C0 | 2C | 0 | 9 | 4F | 11 | 35 | 42 | 32 |
| Octal | 324 | 300 | 54 | 0 | 11 | 117 | 21 | 65 | 102 | 62 |
| Binary | 11010100 | 11000000 | 101100 | 0 | 1001 | 1001111 | 10001 | 110101 | 1000010 | 110010 |
Color Harmonies of #D4C02C
Complementary color
Monochromatic Colors of #D4C02C
Black with #D4C02C
Text Example
Text Example
White with #D4C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C02C; }
p { color: rgb(212,192,44); }
H1.HeaderClassName
{
color: #D4C02C;
}
.AnyTagClassName
{
color: #D4C02C;
}
</style>
background-color css
<style>
a { background-color: #D4C02C; }
a { background-color: rgb(212,192,44); }
div.DivClassName
{
background-color: #D4C02C;
}
.BgClassName
{
background-color: #D4C02C;
}
</style>
border-color css
<style>
span { border-color: #D4C02C; }
span { border-color: rgb(212,192,44); }
td.TdClassName
{
border-color: #D4C02C;
}
.TagClassName
{
border-color: #D4C02C;
}
</style>