Shades of Bird Flower #D1BB0B
Tints of Bird Flower #D1BB0B
RGB
CMYK
RGB Variations
Color information
#D1BB0B (or 0xD1BB0B) is known color: Bird Flower. HEX triplet: D1, BB and 0B. RGB value is (209,187,11). Sum of RGB (Red+Green+Blue) = 209+187+11=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BB0B is #2E44F4. Grayscale: #AEAEAE. Windows color (decimal): -3032309 or 768977. OLE color: 768977.
HSL color Cylindrical-coordinate representation of color #D1BB0B: hue angle of 53.33º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1BB0B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.18 |
| HSL | 53.33º | 0.9% | 0.43% | - |
| HSV(B) | 53.33º | 0.95% | 0.82% | - |
| XYZ | 44.13 | 49.12 | 7.47 | - |
| YUV | 173.51 | 36.29 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 11 | 0 | 0.11 | 0.95 | 0.18 | 53.33 | 0.9 | 0.43 |
| Hex | D1 | BB | B | 0 | B | 5F | 12 | 35 | 5A | 2B |
| Octal | 321 | 273 | 13 | 0 | 13 | 137 | 22 | 65 | 132 | 53 |
| Binary | 11010001 | 10111011 | 1011 | 0 | 1011 | 1011111 | 10010 | 110101 | 1011010 | 101011 |
Color Harmonies of #D1BB0B
Complementary color
Monochromatic Colors of #D1BB0B
Black with #D1BB0B
Text Example
Text Example
White with #D1BB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BB0B; }
p { color: rgb(209,187,11); }
H1.HeaderClassName
{
color: #D1BB0B;
}
.AnyTagClassName
{
color: #D1BB0B;
}
</style>
background-color css
<style>
a { background-color: #D1BB0B; }
a { background-color: rgb(209,187,11); }
div.DivClassName
{
background-color: #D1BB0B;
}
.BgClassName
{
background-color: #D1BB0B;
}
</style>
border-color css
<style>
span { border-color: #D1BB0B; }
span { border-color: rgb(209,187,11); }
td.TdClassName
{
border-color: #D1BB0B;
}
.TagClassName
{
border-color: #D1BB0B;
}
</style>