Shades of Bird Flower #D6BA00
Tints of Bird Flower #D6BA00
RGB
CMYK
RGB Variations
Color information
#D6BA00 (or 0xD6BA00) is known color: Bird Flower. HEX triplet: D6, BA and 00. RGB value is (214,186,0). Sum of RGB (Red+Green+Blue) = 214+186+0=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BA00 is #2945FF. Grayscale: #ADADAD. Windows color (decimal): -2704896 or 47830. OLE color: 47830.
HSL color Cylindrical-coordinate representation of color #D6BA00: hue angle of 52.15º 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 #D6BA00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.16 |
| HSL | 52.15º | 1% | 0.42% | - |
| HSV(B) | 52.15º | 1% | 0.84% | - |
| XYZ | 45.29 | 49.41 | 7.15 | - |
| YUV | 173.17 | 30.28 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 0 | 0 | 0.13 | 1 | 0.16 | 52.15 | 1 | 0.42 |
| Hex | D6 | BA | 0 | 0 | D | 64 | 10 | 34 | 64 | 2A |
| Octal | 326 | 272 | 0 | 0 | 15 | 144 | 20 | 64 | 144 | 52 |
| Binary | 11010110 | 10111010 | 0 | 0 | 1101 | 1100100 | 10000 | 110100 | 1100100 | 101010 |
Color Harmonies of #D6BA00
Complementary color
Monochromatic Colors of #D6BA00
Black with #D6BA00
Text Example
Text Example
White with #D6BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA00; }
p { color: rgb(214,186,0); }
H1.HeaderClassName
{
color: #D6BA00;
}
.AnyTagClassName
{
color: #D6BA00;
}
</style>
background-color css
<style>
a { background-color: #D6BA00; }
a { background-color: rgb(214,186,0); }
div.DivClassName
{
background-color: #D6BA00;
}
.BgClassName
{
background-color: #D6BA00;
}
</style>
border-color css
<style>
span { border-color: #D6BA00; }
span { border-color: rgb(214,186,0); }
td.TdClassName
{
border-color: #D6BA00;
}
.TagClassName
{
border-color: #D6BA00;
}
</style>