Shades of Barberry #D4C029
Tints of Barberry #D4C029
RGB
CMYK
RGB Variations
Color information
#D4C029 (or 0xD4C029) is known color: Barberry. HEX triplet: D4, C0 and 29. RGB value is (212,192,41). Sum of RGB (Red+Green+Blue) = 212+192+41=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C029 is #2B3FD6. Grayscale: #B5B5B5. Windows color (decimal): -2834391 or 2736340. OLE color: 2736340.
HSL color Cylindrical-coordinate representation of color #D4C029: hue angle of 52.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4C029 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 41 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.17 |
| HSL | 52.98º | 0.68% | 0.5% | - |
| HSV(B) | 52.98º | 0.81% | 0.83% | - |
| XYZ | 46.4 | 51.86 | 9.66 | - |
| YUV | 180.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 41 | 0 | 0.09 | 0.81 | 0.17 | 52.98 | 0.68 | 0.5 |
| Hex | D4 | C0 | 29 | 0 | 9 | 51 | 11 | 35 | 44 | 32 |
| Octal | 324 | 300 | 51 | 0 | 11 | 121 | 21 | 65 | 104 | 62 |
| Binary | 11010100 | 11000000 | 101001 | 0 | 1001 | 1010001 | 10001 | 110101 | 1000100 | 110010 |
Color Harmonies of #D4C029
Complementary color
Monochromatic Colors of #D4C029
Black with #D4C029
Text Example
Text Example
White with #D4C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C029; }
p { color: rgb(212,192,41); }
H1.HeaderClassName
{
color: #D4C029;
}
.AnyTagClassName
{
color: #D4C029;
}
</style>
background-color css
<style>
a { background-color: #D4C029; }
a { background-color: rgb(212,192,41); }
div.DivClassName
{
background-color: #D4C029;
}
.BgClassName
{
background-color: #D4C029;
}
</style>
border-color css
<style>
span { border-color: #D4C029; }
span { border-color: rgb(212,192,41); }
td.TdClassName
{
border-color: #D4C029;
}
.TagClassName
{
border-color: #D4C029;
}
</style>