Shades of Barberry #D3D91B
Tints of Barberry #D3D91B
RGB
CMYK
RGB Variations
Color information
#D3D91B (or 0xD3D91B) is known color: Barberry. HEX triplet: D3, D9 and 1B. RGB value is (211,217,27). Sum of RGB (Red+Green+Blue) = 211+217+27=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 27 (10.94% from 255 or 5.93% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D91B is #2C26E4. Grayscale: #C2C2C2. Windows color (decimal): -2893541 or 1825235. OLE color: 1825235.
HSL color Cylindrical-coordinate representation of color #D3D91B: hue angle of 61.89º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3D91B is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 217 | 27 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.15 |
| HSL | 61.89º | 0.78% | 0.48% | - |
| HSV(B) | 61.89º | 0.88% | 0.85% | - |
| XYZ | 51.87 | 63.55 | 10.57 | - |
| YUV | 193.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 217 | 27 | 0.03 | 0 | 0.88 | 0.15 | 61.89 | 0.78 | 0.48 |
| Hex | D3 | D9 | 1B | 3 | 0 | 58 | F | 3E | 4E | 30 |
| Octal | 323 | 331 | 33 | 3 | 0 | 130 | 17 | 76 | 116 | 60 |
| Binary | 11010011 | 11011001 | 11011 | 11 | 0 | 1011000 | 1111 | 111110 | 1001110 | 110000 |
Color Harmonies of #D3D91B
Complementary color
Monochromatic Colors of #D3D91B
Black with #D3D91B
Text Example
Text Example
White with #D3D91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D91B; }
p { color: rgb(211,217,27); }
H1.HeaderClassName
{
color: #D3D91B;
}
.AnyTagClassName
{
color: #D3D91B;
}
</style>
background-color css
<style>
a { background-color: #D3D91B; }
a { background-color: rgb(211,217,27); }
div.DivClassName
{
background-color: #D3D91B;
}
.BgClassName
{
background-color: #D3D91B;
}
</style>
border-color css
<style>
span { border-color: #D3D91B; }
span { border-color: rgb(211,217,27); }
td.TdClassName
{
border-color: #D3D91B;
}
.TagClassName
{
border-color: #D3D91B;
}
</style>