Shades of Barberry #D5BF29
Tints of Barberry #D5BF29
RGB
CMYK
RGB Variations
Color information
#D5BF29 (or 0xD5BF29) is known color: Barberry. HEX triplet: D5, BF and 29. RGB value is (213,191,41). Sum of RGB (Red+Green+Blue) = 213+191+41=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF29 is #2A40D6. Grayscale: #B5B5B5. Windows color (decimal): -2769111 or 2736085. OLE color: 2736085.
HSL color Cylindrical-coordinate representation of color #D5BF29: hue angle of 52.33º 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 #D5BF29 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 41 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.16 |
| HSL | 52.33º | 0.68% | 0.5% | - |
| HSV(B) | 52.33º | 0.81% | 0.84% | - |
| XYZ | 46.47 | 51.57 | 9.6 | - |
| YUV | 180.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 41 | 0 | 0.10 | 0.81 | 0.16 | 52.33 | 0.68 | 0.5 |
| Hex | D5 | BF | 29 | 0 | A | 51 | 10 | 34 | 44 | 32 |
| Octal | 325 | 277 | 51 | 0 | 12 | 121 | 20 | 64 | 104 | 62 |
| Binary | 11010101 | 10111111 | 101001 | 0 | 1010 | 1010001 | 10000 | 110100 | 1000100 | 110010 |
Color Harmonies of #D5BF29
Complementary color
Monochromatic Colors of #D5BF29
Black with #D5BF29
Text Example
Text Example
White with #D5BF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF29; }
p { color: rgb(213,191,41); }
H1.HeaderClassName
{
color: #D5BF29;
}
.AnyTagClassName
{
color: #D5BF29;
}
</style>
background-color css
<style>
a { background-color: #D5BF29; }
a { background-color: rgb(213,191,41); }
div.DivClassName
{
background-color: #D5BF29;
}
.BgClassName
{
background-color: #D5BF29;
}
</style>
border-color css
<style>
span { border-color: #D5BF29; }
span { border-color: rgb(213,191,41); }
td.TdClassName
{
border-color: #D5BF29;
}
.TagClassName
{
border-color: #D5BF29;
}
</style>