Shades of Bird Flower #D7BA03
Tints of Bird Flower #D7BA03
RGB
CMYK
RGB Variations
Color information
#D7BA03 (or 0xD7BA03) is known color: Bird Flower. HEX triplet: D7, BA and 03. RGB value is (215,186,3). Sum of RGB (Red+Green+Blue) = 215+186+3=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BA03 is #2845FC. Grayscale: #AEAEAE. Windows color (decimal): -2639357 or 244439. OLE color: 244439.
HSL color Cylindrical-coordinate representation of color #D7BA03: hue angle of 51.79º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7BA03 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.16 |
| HSL | 51.79º | 0.97% | 0.43% | - |
| HSV(B) | 51.79º | 0.99% | 0.84% | - |
| XYZ | 45.6 | 49.57 | 7.25 | - |
| YUV | 173.81 | 31.61 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 3 | 0 | 0.13 | 0.99 | 0.16 | 51.79 | 0.97 | 0.43 |
| Hex | D7 | BA | 3 | 0 | D | 63 | 10 | 34 | 61 | 2B |
| Octal | 327 | 272 | 3 | 0 | 15 | 143 | 20 | 64 | 141 | 53 |
| Binary | 11010111 | 10111010 | 11 | 0 | 1101 | 1100011 | 10000 | 110100 | 1100001 | 101011 |
Color Harmonies of #D7BA03
Complementary color
Monochromatic Colors of #D7BA03
Black with #D7BA03
Text Example
Text Example
White with #D7BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA03; }
p { color: rgb(215,186,3); }
H1.HeaderClassName
{
color: #D7BA03;
}
.AnyTagClassName
{
color: #D7BA03;
}
</style>
background-color css
<style>
a { background-color: #D7BA03; }
a { background-color: rgb(215,186,3); }
div.DivClassName
{
background-color: #D7BA03;
}
.BgClassName
{
background-color: #D7BA03;
}
</style>
border-color css
<style>
span { border-color: #D7BA03; }
span { border-color: rgb(215,186,3); }
td.TdClassName
{
border-color: #D7BA03;
}
.TagClassName
{
border-color: #D7BA03;
}
</style>