Shades of Bird Flower #D1BA03
Tints of Bird Flower #D1BA03
RGB
CMYK
RGB Variations
Color information
#D1BA03 (or 0xD1BA03) is known color: Bird Flower. HEX triplet: D1, BA and 03. RGB value is (209,186,3). Sum of RGB (Red+Green+Blue) = 209+186+3=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA03 is #2E45FC. Grayscale: #ACACAC. Windows color (decimal): -3032573 or 244433. OLE color: 244433.
HSL color Cylindrical-coordinate representation of color #D1BA03: hue angle of 53.3º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1BA03 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.18 |
| HSL | 53.3º | 0.97% | 0.42% | - |
| HSV(B) | 53.3º | 0.99% | 0.82% | - |
| XYZ | 43.87 | 48.68 | 7.17 | - |
| YUV | 172.02 | 32.62 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 3 | 0 | 0.11 | 0.99 | 0.18 | 53.3 | 0.97 | 0.42 |
| Hex | D1 | BA | 3 | 0 | B | 63 | 12 | 35 | 61 | 2A |
| Octal | 321 | 272 | 3 | 0 | 13 | 143 | 22 | 65 | 141 | 52 |
| Binary | 11010001 | 10111010 | 11 | 0 | 1011 | 1100011 | 10010 | 110101 | 1100001 | 101010 |
Color Harmonies of #D1BA03
Complementary color
Monochromatic Colors of #D1BA03
Black with #D1BA03
Text Example
Text Example
White with #D1BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA03; }
p { color: rgb(209,186,3); }
H1.HeaderClassName
{
color: #D1BA03;
}
.AnyTagClassName
{
color: #D1BA03;
}
</style>
background-color css
<style>
a { background-color: #D1BA03; }
a { background-color: rgb(209,186,3); }
div.DivClassName
{
background-color: #D1BA03;
}
.BgClassName
{
background-color: #D1BA03;
}
</style>
border-color css
<style>
span { border-color: #D1BA03; }
span { border-color: rgb(209,186,3); }
td.TdClassName
{
border-color: #D1BA03;
}
.TagClassName
{
border-color: #D1BA03;
}
</style>