Shades of Bird Flower #D5BA0B
Tints of Bird Flower #D5BA0B
RGB
CMYK
RGB Variations
Color information
#D5BA0B (or 0xD5BA0B) is known color: Bird Flower. HEX triplet: D5, BA and 0B. RGB value is (213,186,11). Sum of RGB (Red+Green+Blue) = 213+186+11=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA0B is #2A45F4. Grayscale: #AEAEAE. Windows color (decimal): -2770421 or 768725. OLE color: 768725.
HSL color Cylindrical-coordinate representation of color #D5BA0B: hue angle of 51.98º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5BA0B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.16 |
| HSL | 51.98º | 0.9% | 0.44% | - |
| HSV(B) | 51.98º | 0.95% | 0.84% | - |
| XYZ | 45.06 | 49.29 | 7.46 | - |
| YUV | 174.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 11 | 0 | 0.13 | 0.95 | 0.16 | 51.98 | 0.9 | 0.44 |
| Hex | D5 | BA | B | 0 | D | 5F | 10 | 34 | 5A | 2C |
| Octal | 325 | 272 | 13 | 0 | 15 | 137 | 20 | 64 | 132 | 54 |
| Binary | 11010101 | 10111010 | 1011 | 0 | 1101 | 1011111 | 10000 | 110100 | 1011010 | 101100 |
Color Harmonies of #D5BA0B
Complementary color
Monochromatic Colors of #D5BA0B
Black with #D5BA0B
Text Example
Text Example
White with #D5BA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA0B; }
p { color: rgb(213,186,11); }
H1.HeaderClassName
{
color: #D5BA0B;
}
.AnyTagClassName
{
color: #D5BA0B;
}
</style>
background-color css
<style>
a { background-color: #D5BA0B; }
a { background-color: rgb(213,186,11); }
div.DivClassName
{
background-color: #D5BA0B;
}
.BgClassName
{
background-color: #D5BA0B;
}
</style>
border-color css
<style>
span { border-color: #D5BA0B; }
span { border-color: rgb(213,186,11); }
td.TdClassName
{
border-color: #D5BA0B;
}
.TagClassName
{
border-color: #D5BA0B;
}
</style>