Shades of Bird Flower #D1BA1B
Tints of Bird Flower #D1BA1B
RGB
CMYK
RGB Variations
Color information
#D1BA1B (or 0xD1BA1B) is known color: Bird Flower. HEX triplet: D1, BA and 1B. RGB value is (209,186,27). Sum of RGB (Red+Green+Blue) = 209+186+27=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA1B is #2E45E4. Grayscale: #AFAFAF. Windows color (decimal): -3032549 or 1817297. OLE color: 1817297.
HSL color Cylindrical-coordinate representation of color #D1BA1B: hue angle of 52.42º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1BA1B is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 27 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.18 |
| HSL | 52.42º | 0.77% | 0.46% | - |
| HSV(B) | 52.42º | 0.87% | 0.82% | - |
| XYZ | 44.05 | 48.75 | 8.13 | - |
| YUV | 174.75 | 44.62 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 27 | 0 | 0.11 | 0.87 | 0.18 | 52.42 | 0.77 | 0.46 |
| Hex | D1 | BA | 1B | 0 | B | 57 | 12 | 34 | 4D | 2E |
| Octal | 321 | 272 | 33 | 0 | 13 | 127 | 22 | 64 | 115 | 56 |
| Binary | 11010001 | 10111010 | 11011 | 0 | 1011 | 1010111 | 10010 | 110100 | 1001101 | 101110 |
Color Harmonies of #D1BA1B
Complementary color
Monochromatic Colors of #D1BA1B
Black with #D1BA1B
Text Example
Text Example
White with #D1BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA1B; }
p { color: rgb(209,186,27); }
H1.HeaderClassName
{
color: #D1BA1B;
}
.AnyTagClassName
{
color: #D1BA1B;
}
</style>
background-color css
<style>
a { background-color: #D1BA1B; }
a { background-color: rgb(209,186,27); }
div.DivClassName
{
background-color: #D1BA1B;
}
.BgClassName
{
background-color: #D1BA1B;
}
</style>
border-color css
<style>
span { border-color: #D1BA1B; }
span { border-color: rgb(209,186,27); }
td.TdClassName
{
border-color: #D1BA1B;
}
.TagClassName
{
border-color: #D1BA1B;
}
</style>