Shades of Bird Flower #D0BA0C
Tints of Bird Flower #D0BA0C
RGB
CMYK
RGB Variations
Color information
#D0BA0C (or 0xD0BA0C) is known color: Bird Flower. HEX triplet: D0, BA and 0C. RGB value is (208,186,12). Sum of RGB (Red+Green+Blue) = 208+186+12=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BA0C is #2F45F3. Grayscale: #ADADAD. Windows color (decimal): -3098100 or 834256. OLE color: 834256.
HSL color Cylindrical-coordinate representation of color #D0BA0C: hue angle of 53.27º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0BA0C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.18 |
| HSL | 53.27º | 0.89% | 0.43% | - |
| HSV(B) | 53.27º | 0.94% | 0.82% | - |
| XYZ | 43.64 | 48.55 | 7.42 | - |
| YUV | 172.74 | 37.29 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 12 | 0 | 0.11 | 0.94 | 0.18 | 53.27 | 0.89 | 0.43 |
| Hex | D0 | BA | C | 0 | B | 5E | 12 | 35 | 59 | 2B |
| Octal | 320 | 272 | 14 | 0 | 13 | 136 | 22 | 65 | 131 | 53 |
| Binary | 11010000 | 10111010 | 1100 | 0 | 1011 | 1011110 | 10010 | 110101 | 1011001 | 101011 |
Color Harmonies of #D0BA0C
Complementary color
Monochromatic Colors of #D0BA0C
Black with #D0BA0C
Text Example
Text Example
White with #D0BA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA0C; }
p { color: rgb(208,186,12); }
H1.HeaderClassName
{
color: #D0BA0C;
}
.AnyTagClassName
{
color: #D0BA0C;
}
</style>
background-color css
<style>
a { background-color: #D0BA0C; }
a { background-color: rgb(208,186,12); }
div.DivClassName
{
background-color: #D0BA0C;
}
.BgClassName
{
background-color: #D0BA0C;
}
</style>
border-color css
<style>
span { border-color: #D0BA0C; }
span { border-color: rgb(208,186,12); }
td.TdClassName
{
border-color: #D0BA0C;
}
.TagClassName
{
border-color: #D0BA0C;
}
</style>