Shades of Bird Flower #D5BA00
Tints of Bird Flower #D5BA00
RGB
CMYK
RGB Variations
Color information
#D5BA00 (or 0xD5BA00) is known color: Bird Flower. HEX triplet: D5, BA and 00. RGB value is (213,186,0). Sum of RGB (Red+Green+Blue) = 213+186+0=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA00 is #2A45FF. Grayscale: #ADADAD. Windows color (decimal): -2770432 or 47829. OLE color: 47829.
HSL color Cylindrical-coordinate representation of color #D5BA00: hue angle of 52.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5BA00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.16 |
| HSL | 52.39º | 1% | 0.42% | - |
| HSV(B) | 52.39º | 1% | 0.84% | - |
| XYZ | 45 | 49.26 | 7.14 | - |
| YUV | 172.87 | 30.45 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 0 | 0 | 0.13 | 1 | 0.16 | 52.39 | 1 | 0.42 |
| Hex | D5 | BA | 0 | 0 | D | 64 | 10 | 34 | 64 | 2A |
| Octal | 325 | 272 | 0 | 0 | 15 | 144 | 20 | 64 | 144 | 52 |
| Binary | 11010101 | 10111010 | 0 | 0 | 1101 | 1100100 | 10000 | 110100 | 1100100 | 101010 |
Color Harmonies of #D5BA00
Complementary color
Monochromatic Colors of #D5BA00
Black with #D5BA00
Text Example
Text Example
White with #D5BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA00; }
p { color: rgb(213,186,0); }
H1.HeaderClassName
{
color: #D5BA00;
}
.AnyTagClassName
{
color: #D5BA00;
}
</style>
background-color css
<style>
a { background-color: #D5BA00; }
a { background-color: rgb(213,186,0); }
div.DivClassName
{
background-color: #D5BA00;
}
.BgClassName
{
background-color: #D5BA00;
}
</style>
border-color css
<style>
span { border-color: #D5BA00; }
span { border-color: rgb(213,186,0); }
td.TdClassName
{
border-color: #D5BA00;
}
.TagClassName
{
border-color: #D5BA00;
}
</style>