Shades of Barberry #D3C91E
Tints of Barberry #D3C91E
RGB
CMYK
RGB Variations
Color information
#D3C91E (or 0xD3C91E) is known color: Barberry. HEX triplet: D3, C9 and 1E. RGB value is (211,201,30). Sum of RGB (Red+Green+Blue) = 211+201+30=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C91E is #2C36E1. Grayscale: #B9B9B9. Windows color (decimal): -2897634 or 2017747. OLE color: 2017747.
HSL color Cylindrical-coordinate representation of color #D3C91E: hue angle of 56.69º 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 #D3C91E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 30 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.17 |
| HSL | 56.69º | 0.75% | 0.47% | - |
| HSV(B) | 56.69º | 0.86% | 0.83% | - |
| XYZ | 47.98 | 55.72 | 9.45 | - |
| YUV | 184.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 30 | 0 | 0.05 | 0.86 | 0.17 | 56.69 | 0.75 | 0.47 |
| Hex | D3 | C9 | 1E | 0 | 5 | 56 | 11 | 39 | 4B | 2F |
| Octal | 323 | 311 | 36 | 0 | 5 | 126 | 21 | 71 | 113 | 57 |
| Binary | 11010011 | 11001001 | 11110 | 0 | 101 | 1010110 | 10001 | 111001 | 1001011 | 101111 |
Color Harmonies of #D3C91E
Complementary color
Monochromatic Colors of #D3C91E
Black with #D3C91E
Text Example
Text Example
White with #D3C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C91E; }
p { color: rgb(211,201,30); }
H1.HeaderClassName
{
color: #D3C91E;
}
.AnyTagClassName
{
color: #D3C91E;
}
</style>
background-color css
<style>
a { background-color: #D3C91E; }
a { background-color: rgb(211,201,30); }
div.DivClassName
{
background-color: #D3C91E;
}
.BgClassName
{
background-color: #D3C91E;
}
</style>
border-color css
<style>
span { border-color: #D3C91E; }
span { border-color: rgb(211,201,30); }
td.TdClassName
{
border-color: #D3C91E;
}
.TagClassName
{
border-color: #D3C91E;
}
</style>