Shades of Barberry #D5C529
Tints of Barberry #D5C529
RGB
CMYK
RGB Variations
Color information
#D5C529 (or 0xD5C529) is known color: Barberry. HEX triplet: D5, C5 and 29. RGB value is (213,197,41). Sum of RGB (Red+Green+Blue) = 213+197+41=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 41 (16.41% from 255 or 9.09% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C529 is #2A3AD6. Grayscale: #B8B8B8. Windows color (decimal): -2767575 or 2737621. OLE color: 2737621.
HSL color Cylindrical-coordinate representation of color #D5C529: hue angle of 54.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5C529 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 41 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.16 |
| HSL | 54.42º | 0.68% | 0.5% | - |
| HSV(B) | 54.42º | 0.81% | 0.84% | - |
| XYZ | 47.81 | 54.24 | 10.05 | - |
| YUV | 184 | 47.3 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 41 | 0 | 0.08 | 0.81 | 0.16 | 54.42 | 0.68 | 0.5 |
| Hex | D5 | C5 | 29 | 0 | 8 | 51 | 10 | 36 | 44 | 32 |
| Octal | 325 | 305 | 51 | 0 | 10 | 121 | 20 | 66 | 104 | 62 |
| Binary | 11010101 | 11000101 | 101001 | 0 | 1000 | 1010001 | 10000 | 110110 | 1000100 | 110010 |
Color Harmonies of #D5C529
Complementary color
Monochromatic Colors of #D5C529
Black with #D5C529
Text Example
Text Example
White with #D5C529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C529; }
p { color: rgb(213,197,41); }
H1.HeaderClassName
{
color: #D5C529;
}
.AnyTagClassName
{
color: #D5C529;
}
</style>
background-color css
<style>
a { background-color: #D5C529; }
a { background-color: rgb(213,197,41); }
div.DivClassName
{
background-color: #D5C529;
}
.BgClassName
{
background-color: #D5C529;
}
</style>
border-color css
<style>
span { border-color: #D5C529; }
span { border-color: rgb(213,197,41); }
td.TdClassName
{
border-color: #D5C529;
}
.TagClassName
{
border-color: #D5C529;
}
</style>