Shades of Bird Flower #D1BC11
Tints of Bird Flower #D1BC11
RGB
CMYK
RGB Variations
Color information
#D1BC11 (or 0xD1BC11) is known color: Bird Flower. HEX triplet: D1, BC and 11. RGB value is (209,188,17). Sum of RGB (Red+Green+Blue) = 209+188+17=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC11 is #2E43EE. Grayscale: #AFAFAF. Windows color (decimal): -3032047 or 1162449. OLE color: 1162449.
HSL color Cylindrical-coordinate representation of color #D1BC11: hue angle of 53.44º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1BC11 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 17 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.18 |
| HSL | 53.44º | 0.85% | 0.44% | - |
| HSV(B) | 53.44º | 0.92% | 0.82% | - |
| XYZ | 44.38 | 49.56 | 7.76 | - |
| YUV | 174.79 | 38.96 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 17 | 0 | 0.10 | 0.92 | 0.18 | 53.44 | 0.85 | 0.44 |
| Hex | D1 | BC | 11 | 0 | A | 5C | 12 | 35 | 55 | 2C |
| Octal | 321 | 274 | 21 | 0 | 12 | 134 | 22 | 65 | 125 | 54 |
| Binary | 11010001 | 10111100 | 10001 | 0 | 1010 | 1011100 | 10010 | 110101 | 1010101 | 101100 |
Color Harmonies of #D1BC11
Complementary color
Monochromatic Colors of #D1BC11
Black with #D1BC11
Text Example
Text Example
White with #D1BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC11; }
p { color: rgb(209,188,17); }
H1.HeaderClassName
{
color: #D1BC11;
}
.AnyTagClassName
{
color: #D1BC11;
}
</style>
background-color css
<style>
a { background-color: #D1BC11; }
a { background-color: rgb(209,188,17); }
div.DivClassName
{
background-color: #D1BC11;
}
.BgClassName
{
background-color: #D1BC11;
}
</style>
border-color css
<style>
span { border-color: #D1BC11; }
span { border-color: rgb(209,188,17); }
td.TdClassName
{
border-color: #D1BC11;
}
.TagClassName
{
border-color: #D1BC11;
}
</style>