Shades of Bird Flower #D1BA15
Tints of Bird Flower #D1BA15
RGB
CMYK
RGB Variations
Color information
#D1BA15 (or 0xD1BA15) is known color: Bird Flower. HEX triplet: D1, BA and 15. RGB value is (209,186,21). Sum of RGB (Red+Green+Blue) = 209+186+21=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA15 is #2E45EA. Grayscale: #AEAEAE. Windows color (decimal): -3032555 or 1424081. OLE color: 1424081.
HSL color Cylindrical-coordinate representation of color #D1BA15: hue angle of 52.66º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1BA15 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 21 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.18 |
| HSL | 52.66º | 0.82% | 0.45% | - |
| HSV(B) | 52.66º | 0.9% | 0.82% | - |
| XYZ | 43.99 | 48.73 | 7.8 | - |
| YUV | 174.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 21 | 0 | 0.11 | 0.90 | 0.18 | 52.66 | 0.82 | 0.45 |
| Hex | D1 | BA | 15 | 0 | B | 5A | 12 | 35 | 52 | 2D |
| Octal | 321 | 272 | 25 | 0 | 13 | 132 | 22 | 65 | 122 | 55 |
| Binary | 11010001 | 10111010 | 10101 | 0 | 1011 | 1011010 | 10010 | 110101 | 1010010 | 101101 |
Color Harmonies of #D1BA15
Complementary color
Monochromatic Colors of #D1BA15
Black with #D1BA15
Text Example
Text Example
White with #D1BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA15; }
p { color: rgb(209,186,21); }
H1.HeaderClassName
{
color: #D1BA15;
}
.AnyTagClassName
{
color: #D1BA15;
}
</style>
background-color css
<style>
a { background-color: #D1BA15; }
a { background-color: rgb(209,186,21); }
div.DivClassName
{
background-color: #D1BA15;
}
.BgClassName
{
background-color: #D1BA15;
}
</style>
border-color css
<style>
span { border-color: #D1BA15; }
span { border-color: rgb(209,186,21); }
td.TdClassName
{
border-color: #D1BA15;
}
.TagClassName
{
border-color: #D1BA15;
}
</style>