Shades of Barberry #D7D11B
Tints of Barberry #D7D11B
RGB
CMYK
RGB Variations
Color information
#D7D11B (or 0xD7D11B) is known color: Barberry. HEX triplet: D7, D1 and 1B. RGB value is (215,209,27). Sum of RGB (Red+Green+Blue) = 215+209+27=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 27 (10.94% from 255 or 5.99% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D11B is #282EE4. Grayscale: #BEBEBE. Windows color (decimal): -2633445 or 1823191. OLE color: 1823191.
HSL color Cylindrical-coordinate representation of color #D7D11B: hue angle of 58.09º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7D11B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 27 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.16 |
| HSL | 58.09º | 0.78% | 0.47% | - |
| HSV(B) | 58.09º | 0.87% | 0.84% | - |
| XYZ | 51.02 | 60.13 | 9.95 | - |
| YUV | 190.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 27 | 0 | 0.03 | 0.87 | 0.16 | 58.09 | 0.78 | 0.47 |
| Hex | D7 | D1 | 1B | 0 | 3 | 57 | 10 | 3A | 4E | 2F |
| Octal | 327 | 321 | 33 | 0 | 3 | 127 | 20 | 72 | 116 | 57 |
| Binary | 11010111 | 11010001 | 11011 | 0 | 11 | 1010111 | 10000 | 111010 | 1001110 | 101111 |
Color Harmonies of #D7D11B
Complementary color
Monochromatic Colors of #D7D11B
Black with #D7D11B
Text Example
Text Example
White with #D7D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D11B; }
p { color: rgb(215,209,27); }
H1.HeaderClassName
{
color: #D7D11B;
}
.AnyTagClassName
{
color: #D7D11B;
}
</style>
background-color css
<style>
a { background-color: #D7D11B; }
a { background-color: rgb(215,209,27); }
div.DivClassName
{
background-color: #D7D11B;
}
.BgClassName
{
background-color: #D7D11B;
}
</style>
border-color css
<style>
span { border-color: #D7D11B; }
span { border-color: rgb(215,209,27); }
td.TdClassName
{
border-color: #D7D11B;
}
.TagClassName
{
border-color: #D7D11B;
}
</style>