Shades of Barberry #D1BF20
Tints of Barberry #D1BF20
RGB
CMYK
RGB Variations
Color information
#D1BF20 (or 0xD1BF20) is known color: Barberry. HEX triplet: D1, BF and 20. RGB value is (209,191,32). Sum of RGB (Red+Green+Blue) = 209+191+32=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF20 is #2E40DF. Grayscale: #B2B2B2. Windows color (decimal): -3031264 or 2146257. OLE color: 2146257.
HSL color Cylindrical-coordinate representation of color #D1BF20: hue angle of 53.9º 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 #D1BF20 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 32 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.18 |
| HSL | 53.9º | 0.73% | 0.47% | - |
| HSV(B) | 53.9º | 0.85% | 0.82% | - |
| XYZ | 45.19 | 50.92 | 8.81 | - |
| YUV | 178.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 32 | 0 | 0.09 | 0.85 | 0.18 | 53.9 | 0.73 | 0.47 |
| Hex | D1 | BF | 20 | 0 | 9 | 55 | 12 | 36 | 49 | 2F |
| Octal | 321 | 277 | 40 | 0 | 11 | 125 | 22 | 66 | 111 | 57 |
| Binary | 11010001 | 10111111 | 100000 | 0 | 1001 | 1010101 | 10010 | 110110 | 1001001 | 101111 |
Color Harmonies of #D1BF20
Complementary color
Monochromatic Colors of #D1BF20
Black with #D1BF20
Text Example
Text Example
White with #D1BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF20; }
p { color: rgb(209,191,32); }
H1.HeaderClassName
{
color: #D1BF20;
}
.AnyTagClassName
{
color: #D1BF20;
}
</style>
background-color css
<style>
a { background-color: #D1BF20; }
a { background-color: rgb(209,191,32); }
div.DivClassName
{
background-color: #D1BF20;
}
.BgClassName
{
background-color: #D1BF20;
}
</style>
border-color css
<style>
span { border-color: #D1BF20; }
span { border-color: rgb(209,191,32); }
td.TdClassName
{
border-color: #D1BF20;
}
.TagClassName
{
border-color: #D1BF20;
}
</style>