Shades of Barberry #D4C62E
Tints of Barberry #D4C62E
RGB
CMYK
RGB Variations
Color information
#D4C62E (or 0xD4C62E) is known color: Barberry. HEX triplet: D4, C6 and 2E. RGB value is (212,198,46). Sum of RGB (Red+Green+Blue) = 212+198+46=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C62E is #2B39D1. Grayscale: #B9B9B9. Windows color (decimal): -2832850 or 3065556. OLE color: 3065556.
HSL color Cylindrical-coordinate representation of color #D4C62E: hue angle of 54.94º 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 #D4C62E is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 46 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.17 |
| HSL | 54.94º | 0.66% | 0.51% | - |
| HSV(B) | 54.94º | 0.78% | 0.83% | - |
| XYZ | 47.84 | 54.58 | 10.6 | - |
| YUV | 184.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 46 | 0 | 0.07 | 0.78 | 0.17 | 54.94 | 0.66 | 0.51 |
| Hex | D4 | C6 | 2E | 0 | 7 | 4E | 11 | 37 | 42 | 33 |
| Octal | 324 | 306 | 56 | 0 | 7 | 116 | 21 | 67 | 102 | 63 |
| Binary | 11010100 | 11000110 | 101110 | 0 | 111 | 1001110 | 10001 | 110111 | 1000010 | 110011 |
Color Harmonies of #D4C62E
Complementary color
Monochromatic Colors of #D4C62E
Black with #D4C62E
Text Example
Text Example
White with #D4C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C62E; }
p { color: rgb(212,198,46); }
H1.HeaderClassName
{
color: #D4C62E;
}
.AnyTagClassName
{
color: #D4C62E;
}
</style>
background-color css
<style>
a { background-color: #D4C62E; }
a { background-color: rgb(212,198,46); }
div.DivClassName
{
background-color: #D4C62E;
}
.BgClassName
{
background-color: #D4C62E;
}
</style>
border-color css
<style>
span { border-color: #D4C62E; }
span { border-color: rgb(212,198,46); }
td.TdClassName
{
border-color: #D4C62E;
}
.TagClassName
{
border-color: #D4C62E;
}
</style>