Shades of Barberry #D4C32E
Tints of Barberry #D4C32E
RGB
CMYK
RGB Variations
Color information
#D4C32E (or 0xD4C32E) is known color: Barberry. HEX triplet: D4, C3 and 2E. RGB value is (212,195,46). Sum of RGB (Red+Green+Blue) = 212+195+46=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C32E is #2B3CD1. Grayscale: #B7B7B7. Windows color (decimal): -2833618 or 3064788. OLE color: 3064788.
HSL color Cylindrical-coordinate representation of color #D4C32E: hue angle of 53.86º 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 #D4C32E is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 46 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.17 |
| HSL | 53.86º | 0.66% | 0.51% | - |
| HSV(B) | 53.86º | 0.78% | 0.83% | - |
| XYZ | 47.16 | 53.22 | 10.37 | - |
| YUV | 183.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 46 | 0 | 0.08 | 0.78 | 0.17 | 53.86 | 0.66 | 0.51 |
| Hex | D4 | C3 | 2E | 0 | 8 | 4E | 11 | 36 | 42 | 33 |
| Octal | 324 | 303 | 56 | 0 | 10 | 116 | 21 | 66 | 102 | 63 |
| Binary | 11010100 | 11000011 | 101110 | 0 | 1000 | 1001110 | 10001 | 110110 | 1000010 | 110011 |
Color Harmonies of #D4C32E
Complementary color
Monochromatic Colors of #D4C32E
Black with #D4C32E
Text Example
Text Example
White with #D4C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C32E; }
p { color: rgb(212,195,46); }
H1.HeaderClassName
{
color: #D4C32E;
}
.AnyTagClassName
{
color: #D4C32E;
}
</style>
background-color css
<style>
a { background-color: #D4C32E; }
a { background-color: rgb(212,195,46); }
div.DivClassName
{
background-color: #D4C32E;
}
.BgClassName
{
background-color: #D4C32E;
}
</style>
border-color css
<style>
span { border-color: #D4C32E; }
span { border-color: rgb(212,195,46); }
td.TdClassName
{
border-color: #D4C32E;
}
.TagClassName
{
border-color: #D4C32E;
}
</style>