Shades of Bird Flower #D1BA10
Tints of Bird Flower #D1BA10
RGB
CMYK
RGB Variations
Color information
#D1BA10 (or 0xD1BA10) is known color: Bird Flower. HEX triplet: D1, BA and 10. RGB value is (209,186,16). Sum of RGB (Red+Green+Blue) = 209+186+16=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA10 is #2E45EF. Grayscale: #AEAEAE. Windows color (decimal): -3032560 or 1096401. OLE color: 1096401.
HSL color Cylindrical-coordinate representation of color #D1BA10: hue angle of 52.85º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1BA10 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 16 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.18 |
| HSL | 52.85º | 0.86% | 0.44% | - |
| HSV(B) | 52.85º | 0.92% | 0.82% | - |
| XYZ | 43.95 | 48.71 | 7.58 | - |
| YUV | 173.5 | 39.12 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 16 | 0 | 0.11 | 0.92 | 0.18 | 52.85 | 0.86 | 0.44 |
| Hex | D1 | BA | 10 | 0 | B | 5C | 12 | 35 | 56 | 2C |
| Octal | 321 | 272 | 20 | 0 | 13 | 134 | 22 | 65 | 126 | 54 |
| Binary | 11010001 | 10111010 | 10000 | 0 | 1011 | 1011100 | 10010 | 110101 | 1010110 | 101100 |
Color Harmonies of #D1BA10
Complementary color
Monochromatic Colors of #D1BA10
Black with #D1BA10
Text Example
Text Example
White with #D1BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA10; }
p { color: rgb(209,186,16); }
H1.HeaderClassName
{
color: #D1BA10;
}
.AnyTagClassName
{
color: #D1BA10;
}
</style>
background-color css
<style>
a { background-color: #D1BA10; }
a { background-color: rgb(209,186,16); }
div.DivClassName
{
background-color: #D1BA10;
}
.BgClassName
{
background-color: #D1BA10;
}
</style>
border-color css
<style>
span { border-color: #D1BA10; }
span { border-color: rgb(209,186,16); }
td.TdClassName
{
border-color: #D1BA10;
}
.TagClassName
{
border-color: #D1BA10;
}
</style>