Shades of Barberry #D5C52E
Tints of Barberry #D5C52E
RGB
CMYK
RGB Variations
Color information
#D5C52E (or 0xD5C52E) is known color: Barberry. HEX triplet: D5, C5 and 2E. RGB value is (213,197,46). Sum of RGB (Red+Green+Blue) = 213+197+46=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C52E is #2A3AD1. Grayscale: #B9B9B9. Windows color (decimal): -2767570 or 3065301. OLE color: 3065301.
HSL color Cylindrical-coordinate representation of color #D5C52E: hue angle of 54.25º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5C52E is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 46 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.16 |
| HSL | 54.25º | 0.67% | 0.51% | - |
| HSV(B) | 54.25º | 0.78% | 0.84% | - |
| XYZ | 47.9 | 54.28 | 10.54 | - |
| YUV | 184.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 46 | 0 | 0.08 | 0.78 | 0.16 | 54.25 | 0.67 | 0.51 |
| Hex | D5 | C5 | 2E | 0 | 8 | 4E | 10 | 36 | 43 | 33 |
| Octal | 325 | 305 | 56 | 0 | 10 | 116 | 20 | 66 | 103 | 63 |
| Binary | 11010101 | 11000101 | 101110 | 0 | 1000 | 1001110 | 10000 | 110110 | 1000011 | 110011 |
Color Harmonies of #D5C52E
Complementary color
Monochromatic Colors of #D5C52E
Black with #D5C52E
Text Example
Text Example
White with #D5C52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C52E; }
p { color: rgb(213,197,46); }
H1.HeaderClassName
{
color: #D5C52E;
}
.AnyTagClassName
{
color: #D5C52E;
}
</style>
background-color css
<style>
a { background-color: #D5C52E; }
a { background-color: rgb(213,197,46); }
div.DivClassName
{
background-color: #D5C52E;
}
.BgClassName
{
background-color: #D5C52E;
}
</style>
border-color css
<style>
span { border-color: #D5C52E; }
span { border-color: rgb(213,197,46); }
td.TdClassName
{
border-color: #D5C52E;
}
.TagClassName
{
border-color: #D5C52E;
}
</style>