Shades of Bird Flower #D0BA1B
Tints of Bird Flower #D0BA1B
RGB
CMYK
RGB Variations
Color information
#D0BA1B (or 0xD0BA1B) is known color: Bird Flower. HEX triplet: D0, BA and 1B. RGB value is (208,186,27). Sum of RGB (Red+Green+Blue) = 208+186+27=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA1B is #2F45E4. Grayscale: #AFAFAF. Windows color (decimal): -3098085 or 1817296. OLE color: 1817296.
HSL color Cylindrical-coordinate representation of color #D0BA1B: hue angle of 52.71º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0BA1B is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 27 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.18 |
| HSL | 52.71º | 0.77% | 0.46% | - |
| HSV(B) | 52.71º | 0.87% | 0.82% | - |
| XYZ | 43.77 | 48.61 | 8.11 | - |
| YUV | 174.45 | 44.79 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 27 | 0 | 0.11 | 0.87 | 0.18 | 52.71 | 0.77 | 0.46 |
| Hex | D0 | BA | 1B | 0 | B | 57 | 12 | 35 | 4D | 2E |
| Octal | 320 | 272 | 33 | 0 | 13 | 127 | 22 | 65 | 115 | 56 |
| Binary | 11010000 | 10111010 | 11011 | 0 | 1011 | 1010111 | 10010 | 110101 | 1001101 | 101110 |
Color Harmonies of #D0BA1B
Complementary color
Monochromatic Colors of #D0BA1B
Black with #D0BA1B
Text Example
Text Example
White with #D0BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA1B; }
p { color: rgb(208,186,27); }
H1.HeaderClassName
{
color: #D0BA1B;
}
.AnyTagClassName
{
color: #D0BA1B;
}
</style>
background-color css
<style>
a { background-color: #D0BA1B; }
a { background-color: rgb(208,186,27); }
div.DivClassName
{
background-color: #D0BA1B;
}
.BgClassName
{
background-color: #D0BA1B;
}
</style>
border-color css
<style>
span { border-color: #D0BA1B; }
span { border-color: rgb(208,186,27); }
td.TdClassName
{
border-color: #D0BA1B;
}
.TagClassName
{
border-color: #D0BA1B;
}
</style>