Shades of Barberry #D3C51E
Tints of Barberry #D3C51E
RGB
CMYK
RGB Variations
Color information
#D3C51E (or 0xD3C51E) is known color: Barberry. HEX triplet: D3, C5 and 1E. RGB value is (211,197,30). Sum of RGB (Red+Green+Blue) = 211+197+30=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C51E is #2C3AE1. Grayscale: #B6B6B6. Windows color (decimal): -2898658 or 2016723. OLE color: 2016723.
HSL color Cylindrical-coordinate representation of color #D3C51E: hue angle of 55.36º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3C51E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 30 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.17 |
| HSL | 55.36º | 0.75% | 0.47% | - |
| HSV(B) | 55.36º | 0.86% | 0.83% | - |
| XYZ | 47.06 | 53.88 | 9.15 | - |
| YUV | 182.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 30 | 0 | 0.07 | 0.86 | 0.17 | 55.36 | 0.75 | 0.47 |
| Hex | D3 | C5 | 1E | 0 | 7 | 56 | 11 | 37 | 4B | 2F |
| Octal | 323 | 305 | 36 | 0 | 7 | 126 | 21 | 67 | 113 | 57 |
| Binary | 11010011 | 11000101 | 11110 | 0 | 111 | 1010110 | 10001 | 110111 | 1001011 | 101111 |
Color Harmonies of #D3C51E
Complementary color
Monochromatic Colors of #D3C51E
Black with #D3C51E
Text Example
Text Example
White with #D3C51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C51E; }
p { color: rgb(211,197,30); }
H1.HeaderClassName
{
color: #D3C51E;
}
.AnyTagClassName
{
color: #D3C51E;
}
</style>
background-color css
<style>
a { background-color: #D3C51E; }
a { background-color: rgb(211,197,30); }
div.DivClassName
{
background-color: #D3C51E;
}
.BgClassName
{
background-color: #D3C51E;
}
</style>
border-color css
<style>
span { border-color: #D3C51E; }
span { border-color: rgb(211,197,30); }
td.TdClassName
{
border-color: #D3C51E;
}
.TagClassName
{
border-color: #D3C51E;
}
</style>