Shades of Barberry #D5BE29
Tints of Barberry #D5BE29
RGB
CMYK
RGB Variations
Color information
#D5BE29 (or 0xD5BE29) is known color: Barberry. HEX triplet: D5, BE and 29. RGB value is (213,190,41). Sum of RGB (Red+Green+Blue) = 213+190+41=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE29 is #2A41D6. Grayscale: #B4B4B4. Windows color (decimal): -2769367 or 2735829. OLE color: 2735829.
HSL color Cylindrical-coordinate representation of color #D5BE29: hue angle of 51.98º 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 #D5BE29 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 41 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.16 |
| HSL | 51.98º | 0.68% | 0.5% | - |
| HSV(B) | 51.98º | 0.81% | 0.84% | - |
| XYZ | 46.25 | 51.13 | 9.53 | - |
| YUV | 179.89 | 49.62 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 41 | 0 | 0.11 | 0.81 | 0.16 | 51.98 | 0.68 | 0.5 |
| Hex | D5 | BE | 29 | 0 | B | 51 | 10 | 34 | 44 | 32 |
| Octal | 325 | 276 | 51 | 0 | 13 | 121 | 20 | 64 | 104 | 62 |
| Binary | 11010101 | 10111110 | 101001 | 0 | 1011 | 1010001 | 10000 | 110100 | 1000100 | 110010 |
Color Harmonies of #D5BE29
Complementary color
Monochromatic Colors of #D5BE29
Black with #D5BE29
Text Example
Text Example
White with #D5BE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE29; }
p { color: rgb(213,190,41); }
H1.HeaderClassName
{
color: #D5BE29;
}
.AnyTagClassName
{
color: #D5BE29;
}
</style>
background-color css
<style>
a { background-color: #D5BE29; }
a { background-color: rgb(213,190,41); }
div.DivClassName
{
background-color: #D5BE29;
}
.BgClassName
{
background-color: #D5BE29;
}
</style>
border-color css
<style>
span { border-color: #D5BE29; }
span { border-color: rgb(213,190,41); }
td.TdClassName
{
border-color: #D5BE29;
}
.TagClassName
{
border-color: #D5BE29;
}
</style>