Shades of Barberry #D1CB20
Tints of Barberry #D1CB20
RGB
CMYK
RGB Variations
Color information
#D1CB20 (or 0xD1CB20) is known color: Barberry. HEX triplet: D1, CB and 20. RGB value is (209,203,32). Sum of RGB (Red+Green+Blue) = 209+203+32=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB20 is #2E34DF. Grayscale: #B9B9B9. Windows color (decimal): -3028192 or 2149329. OLE color: 2149329.
HSL color Cylindrical-coordinate representation of color #D1CB20: hue angle of 57.97º 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 #D1CB20 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 32 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.18 |
| HSL | 57.97º | 0.73% | 0.47% | - |
| HSV(B) | 57.97º | 0.85% | 0.82% | - |
| XYZ | 47.91 | 56.37 | 9.72 | - |
| YUV | 185.3 | 41.49 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 32 | 0 | 0.03 | 0.85 | 0.18 | 57.97 | 0.73 | 0.47 |
| Hex | D1 | CB | 20 | 0 | 3 | 55 | 12 | 3A | 49 | 2F |
| Octal | 321 | 313 | 40 | 0 | 3 | 125 | 22 | 72 | 111 | 57 |
| Binary | 11010001 | 11001011 | 100000 | 0 | 11 | 1010101 | 10010 | 111010 | 1001001 | 101111 |
Color Harmonies of #D1CB20
Complementary color
Monochromatic Colors of #D1CB20
Black with #D1CB20
Text Example
Text Example
White with #D1CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB20; }
p { color: rgb(209,203,32); }
H1.HeaderClassName
{
color: #D1CB20;
}
.AnyTagClassName
{
color: #D1CB20;
}
</style>
background-color css
<style>
a { background-color: #D1CB20; }
a { background-color: rgb(209,203,32); }
div.DivClassName
{
background-color: #D1CB20;
}
.BgClassName
{
background-color: #D1CB20;
}
</style>
border-color css
<style>
span { border-color: #D1CB20; }
span { border-color: rgb(209,203,32); }
td.TdClassName
{
border-color: #D1CB20;
}
.TagClassName
{
border-color: #D1CB20;
}
</style>