Shades of Barberry #D3C81B
Tints of Barberry #D3C81B
RGB
CMYK
RGB Variations
Color information
#D3C81B (or 0xD3C81B) is known color: Barberry. HEX triplet: D3, C8 and 1B. RGB value is (211,200,27). Sum of RGB (Red+Green+Blue) = 211+200+27=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C81B is #2C37E4. Grayscale: #B8B8B8. Windows color (decimal): -2897893 or 1820883. OLE color: 1820883.
HSL color Cylindrical-coordinate representation of color #D3C81B: hue angle of 56.41º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3C81B is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 27 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.17 |
| HSL | 56.41º | 0.77% | 0.47% | - |
| HSV(B) | 56.41º | 0.87% | 0.83% | - |
| XYZ | 47.72 | 55.24 | 9.18 | - |
| YUV | 183.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 27 | 0 | 0.05 | 0.87 | 0.17 | 56.41 | 0.77 | 0.47 |
| Hex | D3 | C8 | 1B | 0 | 5 | 57 | 11 | 38 | 4D | 2F |
| Octal | 323 | 310 | 33 | 0 | 5 | 127 | 21 | 70 | 115 | 57 |
| Binary | 11010011 | 11001000 | 11011 | 0 | 101 | 1010111 | 10001 | 111000 | 1001101 | 101111 |
Color Harmonies of #D3C81B
Complementary color
Monochromatic Colors of #D3C81B
Black with #D3C81B
Text Example
Text Example
White with #D3C81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C81B; }
p { color: rgb(211,200,27); }
H1.HeaderClassName
{
color: #D3C81B;
}
.AnyTagClassName
{
color: #D3C81B;
}
</style>
background-color css
<style>
a { background-color: #D3C81B; }
a { background-color: rgb(211,200,27); }
div.DivClassName
{
background-color: #D3C81B;
}
.BgClassName
{
background-color: #D3C81B;
}
</style>
border-color css
<style>
span { border-color: #D3C81B; }
span { border-color: rgb(211,200,27); }
td.TdClassName
{
border-color: #D3C81B;
}
.TagClassName
{
border-color: #D3C81B;
}
</style>