Shades of Bird Flower #D9BA01
Tints of Bird Flower #D9BA01
RGB
CMYK
RGB Variations
Color information
#D9BA01 (or 0xD9BA01) is known color: Bird Flower. HEX triplet: D9, BA and 01. RGB value is (217,186,1). Sum of RGB (Red+Green+Blue) = 217+186+1=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA01 is #2645FE. Grayscale: #AEAEAE. Windows color (decimal): -2508287 or 113369. OLE color: 113369.
HSL color Cylindrical-coordinate representation of color #D9BA01: hue angle of 51.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9BA01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.15 |
| HSL | 51.39º | 0.99% | 0.43% | - |
| HSV(B) | 51.39º | 1% | 0.85% | - |
| XYZ | 46.18 | 49.87 | 7.22 | - |
| YUV | 174.18 | 30.27 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 1 | 0 | 0.14 | 1.00 | 0.15 | 51.39 | 0.99 | 0.43 |
| Hex | D9 | BA | 1 | 0 | E | 64 | F | 33 | 63 | 2B |
| Octal | 331 | 272 | 1 | 0 | 16 | 144 | 17 | 63 | 143 | 53 |
| Binary | 11011001 | 10111010 | 1 | 0 | 1110 | 1100100 | 1111 | 110011 | 1100011 | 101011 |
Color Harmonies of #D9BA01
Complementary color
Monochromatic Colors of #D9BA01
Black with #D9BA01
Text Example
Text Example
White with #D9BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA01; }
p { color: rgb(217,186,1); }
H1.HeaderClassName
{
color: #D9BA01;
}
.AnyTagClassName
{
color: #D9BA01;
}
</style>
background-color css
<style>
a { background-color: #D9BA01; }
a { background-color: rgb(217,186,1); }
div.DivClassName
{
background-color: #D9BA01;
}
.BgClassName
{
background-color: #D9BA01;
}
</style>
border-color css
<style>
span { border-color: #D9BA01; }
span { border-color: rgb(217,186,1); }
td.TdClassName
{
border-color: #D9BA01;
}
.TagClassName
{
border-color: #D9BA01;
}
</style>