Shades of Bird Flower #D6BA0D
Tints of Bird Flower #D6BA0D
RGB
CMYK
RGB Variations
Color information
#D6BA0D (or 0xD6BA0D) is known color: Bird Flower. HEX triplet: D6, BA and 0D. RGB value is (214,186,13). Sum of RGB (Red+Green+Blue) = 214+186+13=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BA0D is #2945F2. Grayscale: #AFAFAF. Windows color (decimal): -2704883 or 899798. OLE color: 899798.
HSL color Cylindrical-coordinate representation of color #D6BA0D: hue angle of 51.64º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6BA0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.16 |
| HSL | 51.64º | 0.89% | 0.45% | - |
| HSV(B) | 51.64º | 0.94% | 0.84% | - |
| XYZ | 45.36 | 49.44 | 7.53 | - |
| YUV | 174.65 | 36.78 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 13 | 0 | 0.13 | 0.94 | 0.16 | 51.64 | 0.89 | 0.45 |
| Hex | D6 | BA | D | 0 | D | 5E | 10 | 34 | 59 | 2D |
| Octal | 326 | 272 | 15 | 0 | 15 | 136 | 20 | 64 | 131 | 55 |
| Binary | 11010110 | 10111010 | 1101 | 0 | 1101 | 1011110 | 10000 | 110100 | 1011001 | 101101 |
Color Harmonies of #D6BA0D
Complementary color
Monochromatic Colors of #D6BA0D
Black with #D6BA0D
Text Example
Text Example
White with #D6BA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA0D; }
p { color: rgb(214,186,13); }
H1.HeaderClassName
{
color: #D6BA0D;
}
.AnyTagClassName
{
color: #D6BA0D;
}
</style>
background-color css
<style>
a { background-color: #D6BA0D; }
a { background-color: rgb(214,186,13); }
div.DivClassName
{
background-color: #D6BA0D;
}
.BgClassName
{
background-color: #D6BA0D;
}
</style>
border-color css
<style>
span { border-color: #D6BA0D; }
span { border-color: rgb(214,186,13); }
td.TdClassName
{
border-color: #D6BA0D;
}
.TagClassName
{
border-color: #D6BA0D;
}
</style>