Shades of Bird Flower #D1BA13
Tints of Bird Flower #D1BA13
RGB
CMYK
RGB Variations
Color information
#D1BA13 (or 0xD1BA13) is known color: Bird Flower. HEX triplet: D1, BA and 13. RGB value is (209,186,19). Sum of RGB (Red+Green+Blue) = 209+186+19=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA13 is #2E45EC. Grayscale: #AEAEAE. Windows color (decimal): -3032557 or 1293009. OLE color: 1293009.
HSL color Cylindrical-coordinate representation of color #D1BA13: hue angle of 52.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1BA13 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 19 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.18 |
| HSL | 52.74º | 0.83% | 0.45% | - |
| HSV(B) | 52.74º | 0.91% | 0.82% | - |
| XYZ | 43.97 | 48.72 | 7.7 | - |
| YUV | 173.84 | 40.62 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 19 | 0 | 0.11 | 0.91 | 0.18 | 52.74 | 0.83 | 0.45 |
| Hex | D1 | BA | 13 | 0 | B | 5B | 12 | 35 | 53 | 2D |
| Octal | 321 | 272 | 23 | 0 | 13 | 133 | 22 | 65 | 123 | 55 |
| Binary | 11010001 | 10111010 | 10011 | 0 | 1011 | 1011011 | 10010 | 110101 | 1010011 | 101101 |
Color Harmonies of #D1BA13
Complementary color
Monochromatic Colors of #D1BA13
Black with #D1BA13
Text Example
Text Example
White with #D1BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA13; }
p { color: rgb(209,186,19); }
H1.HeaderClassName
{
color: #D1BA13;
}
.AnyTagClassName
{
color: #D1BA13;
}
</style>
background-color css
<style>
a { background-color: #D1BA13; }
a { background-color: rgb(209,186,19); }
div.DivClassName
{
background-color: #D1BA13;
}
.BgClassName
{
background-color: #D1BA13;
}
</style>
border-color css
<style>
span { border-color: #D1BA13; }
span { border-color: rgb(209,186,19); }
td.TdClassName
{
border-color: #D1BA13;
}
.TagClassName
{
border-color: #D1BA13;
}
</style>