Shades of Barberry #D1BE20
Tints of Barberry #D1BE20
RGB
CMYK
RGB Variations
Color information
#D1BE20 (or 0xD1BE20) is known color: Barberry. HEX triplet: D1, BE and 20. RGB value is (209,190,32). Sum of RGB (Red+Green+Blue) = 209+190+32=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE20 is #2E41DF. Grayscale: #B2B2B2. Windows color (decimal): -3031520 or 2146001. OLE color: 2146001.
HSL color Cylindrical-coordinate representation of color #D1BE20: hue angle of 53.56º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1BE20 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 32 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.18 |
| HSL | 53.56º | 0.73% | 0.47% | - |
| HSV(B) | 53.56º | 0.85% | 0.82% | - |
| XYZ | 44.97 | 50.49 | 8.74 | - |
| YUV | 177.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 32 | 0 | 0.09 | 0.85 | 0.18 | 53.56 | 0.73 | 0.47 |
| Hex | D1 | BE | 20 | 0 | 9 | 55 | 12 | 36 | 49 | 2F |
| Octal | 321 | 276 | 40 | 0 | 11 | 125 | 22 | 66 | 111 | 57 |
| Binary | 11010001 | 10111110 | 100000 | 0 | 1001 | 1010101 | 10010 | 110110 | 1001001 | 101111 |
Color Harmonies of #D1BE20
Complementary color
Monochromatic Colors of #D1BE20
Black with #D1BE20
Text Example
Text Example
White with #D1BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE20; }
p { color: rgb(209,190,32); }
H1.HeaderClassName
{
color: #D1BE20;
}
.AnyTagClassName
{
color: #D1BE20;
}
</style>
background-color css
<style>
a { background-color: #D1BE20; }
a { background-color: rgb(209,190,32); }
div.DivClassName
{
background-color: #D1BE20;
}
.BgClassName
{
background-color: #D1BE20;
}
</style>
border-color css
<style>
span { border-color: #D1BE20; }
span { border-color: rgb(209,190,32); }
td.TdClassName
{
border-color: #D1BE20;
}
.TagClassName
{
border-color: #D1BE20;
}
</style>