Shades of Bird Flower #D0BA16
Tints of Bird Flower #D0BA16
RGB
CMYK
RGB Variations
Color information
#D0BA16 (or 0xD0BA16) is known color: Bird Flower. HEX triplet: D0, BA and 16. RGB value is (208,186,22). Sum of RGB (Red+Green+Blue) = 208+186+22=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BA16 is #2F45E9. Grayscale: #AEAEAE. Windows color (decimal): -3098090 or 1489616. OLE color: 1489616.
HSL color Cylindrical-coordinate representation of color #D0BA16: hue angle of 52.9º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0BA16 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 22 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.18 |
| HSL | 52.9º | 0.81% | 0.45% | - |
| HSV(B) | 52.9º | 0.89% | 0.82% | - |
| XYZ | 43.72 | 48.59 | 7.83 | - |
| YUV | 173.88 | 42.29 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 22 | 0 | 0.11 | 0.89 | 0.18 | 52.9 | 0.81 | 0.45 |
| Hex | D0 | BA | 16 | 0 | B | 59 | 12 | 35 | 51 | 2D |
| Octal | 320 | 272 | 26 | 0 | 13 | 131 | 22 | 65 | 121 | 55 |
| Binary | 11010000 | 10111010 | 10110 | 0 | 1011 | 1011001 | 10010 | 110101 | 1010001 | 101101 |
Color Harmonies of #D0BA16
Complementary color
Monochromatic Colors of #D0BA16
Black with #D0BA16
Text Example
Text Example
White with #D0BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA16; }
p { color: rgb(208,186,22); }
H1.HeaderClassName
{
color: #D0BA16;
}
.AnyTagClassName
{
color: #D0BA16;
}
</style>
background-color css
<style>
a { background-color: #D0BA16; }
a { background-color: rgb(208,186,22); }
div.DivClassName
{
background-color: #D0BA16;
}
.BgClassName
{
background-color: #D0BA16;
}
</style>
border-color css
<style>
span { border-color: #D0BA16; }
span { border-color: rgb(208,186,22); }
td.TdClassName
{
border-color: #D0BA16;
}
.TagClassName
{
border-color: #D0BA16;
}
</style>