Shades of Bird Flower #D2BA11
Tints of Bird Flower #D2BA11
RGB
CMYK
RGB Variations
Color information
#D2BA11 (or 0xD2BA11) is known color: Bird Flower. HEX triplet: D2, BA and 11. RGB value is (210,186,17). Sum of RGB (Red+Green+Blue) = 210+186+17=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BA11 is #2D45EE. Grayscale: #AEAEAE. Windows color (decimal): -2967023 or 1161938. OLE color: 1161938.
HSL color Cylindrical-coordinate representation of color #D2BA11: hue angle of 52.54º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2BA11 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 17 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.18 |
| HSL | 52.54º | 0.85% | 0.45% | - |
| HSV(B) | 52.54º | 0.92% | 0.82% | - |
| XYZ | 44.24 | 48.86 | 7.63 | - |
| YUV | 173.91 | 39.45 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 17 | 0 | 0.11 | 0.92 | 0.18 | 52.54 | 0.85 | 0.45 |
| Hex | D2 | BA | 11 | 0 | B | 5C | 12 | 35 | 55 | 2D |
| Octal | 322 | 272 | 21 | 0 | 13 | 134 | 22 | 65 | 125 | 55 |
| Binary | 11010010 | 10111010 | 10001 | 0 | 1011 | 1011100 | 10010 | 110101 | 1010101 | 101101 |
Color Harmonies of #D2BA11
Complementary color
Monochromatic Colors of #D2BA11
Black with #D2BA11
Text Example
Text Example
White with #D2BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA11; }
p { color: rgb(210,186,17); }
H1.HeaderClassName
{
color: #D2BA11;
}
.AnyTagClassName
{
color: #D2BA11;
}
</style>
background-color css
<style>
a { background-color: #D2BA11; }
a { background-color: rgb(210,186,17); }
div.DivClassName
{
background-color: #D2BA11;
}
.BgClassName
{
background-color: #D2BA11;
}
</style>
border-color css
<style>
span { border-color: #D2BA11; }
span { border-color: rgb(210,186,17); }
td.TdClassName
{
border-color: #D2BA11;
}
.TagClassName
{
border-color: #D2BA11;
}
</style>