Shades of Bird Flower #D1BB11
Tints of Bird Flower #D1BB11
RGB
CMYK
RGB Variations
Color information
#D1BB11 (or 0xD1BB11) is known color: Bird Flower. HEX triplet: D1, BB and 11. RGB value is (209,187,17). Sum of RGB (Red+Green+Blue) = 209+187+17=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BB11 is #2E44EE. Grayscale: #AEAEAE. Windows color (decimal): -3032303 or 1162193. OLE color: 1162193.
HSL color Cylindrical-coordinate representation of color #D1BB11: hue angle of 53.12º 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 #D1BB11 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 17 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.18 |
| HSL | 53.13º | 0.85% | 0.44% | - |
| HSV(B) | 53.13º | 0.92% | 0.82% | - |
| XYZ | 44.17 | 49.14 | 7.69 | - |
| YUV | 174.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 17 | 0 | 0.11 | 0.92 | 0.18 | 53.13 | 0.85 | 0.44 |
| Hex | D1 | BB | 11 | 0 | B | 5C | 12 | 35 | 55 | 2C |
| Octal | 321 | 273 | 21 | 0 | 13 | 134 | 22 | 65 | 125 | 54 |
| Binary | 11010001 | 10111011 | 10001 | 0 | 1011 | 1011100 | 10010 | 110101 | 1010101 | 101100 |
Color Harmonies of #D1BB11
Complementary color
Monochromatic Colors of #D1BB11
Black with #D1BB11
Text Example
Text Example
White with #D1BB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BB11; }
p { color: rgb(209,187,17); }
H1.HeaderClassName
{
color: #D1BB11;
}
.AnyTagClassName
{
color: #D1BB11;
}
</style>
background-color css
<style>
a { background-color: #D1BB11; }
a { background-color: rgb(209,187,17); }
div.DivClassName
{
background-color: #D1BB11;
}
.BgClassName
{
background-color: #D1BB11;
}
</style>
border-color css
<style>
span { border-color: #D1BB11; }
span { border-color: rgb(209,187,17); }
td.TdClassName
{
border-color: #D1BB11;
}
.TagClassName
{
border-color: #D1BB11;
}
</style>