Shades of Bird Flower #D6BA01
Tints of Bird Flower #D6BA01
RGB
CMYK
RGB Variations
Color information
#D6BA01 (or 0xD6BA01) is known color: Bird Flower. HEX triplet: D6, BA and 01. RGB value is (214,186,1). Sum of RGB (Red+Green+Blue) = 214+186+1=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BA01 is #2945FE. Grayscale: #AEAEAE. Windows color (decimal): -2704895 or 113366. OLE color: 113366.
HSL color Cylindrical-coordinate representation of color #D6BA01: hue angle of 52.11º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6BA01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.16 |
| HSL | 52.11º | 0.99% | 0.42% | - |
| HSV(B) | 52.11º | 1% | 0.84% | - |
| XYZ | 45.3 | 49.42 | 7.18 | - |
| YUV | 173.28 | 30.78 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 1 | 0 | 0.13 | 1.00 | 0.16 | 52.11 | 0.99 | 0.42 |
| Hex | D6 | BA | 1 | 0 | D | 64 | 10 | 34 | 63 | 2A |
| Octal | 326 | 272 | 1 | 0 | 15 | 144 | 20 | 64 | 143 | 52 |
| Binary | 11010110 | 10111010 | 1 | 0 | 1101 | 1100100 | 10000 | 110100 | 1100011 | 101010 |
Color Harmonies of #D6BA01
Complementary color
Monochromatic Colors of #D6BA01
Black with #D6BA01
Text Example
Text Example
White with #D6BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA01; }
p { color: rgb(214,186,1); }
H1.HeaderClassName
{
color: #D6BA01;
}
.AnyTagClassName
{
color: #D6BA01;
}
</style>
background-color css
<style>
a { background-color: #D6BA01; }
a { background-color: rgb(214,186,1); }
div.DivClassName
{
background-color: #D6BA01;
}
.BgClassName
{
background-color: #D6BA01;
}
</style>
border-color css
<style>
span { border-color: #D6BA01; }
span { border-color: rgb(214,186,1); }
td.TdClassName
{
border-color: #D6BA01;
}
.TagClassName
{
border-color: #D6BA01;
}
</style>