Shades of Bird Flower #D2BA03
Tints of Bird Flower #D2BA03
RGB
CMYK
RGB Variations
Color information
#D2BA03 (or 0xD2BA03) is known color: Bird Flower. HEX triplet: D2, BA and 03. RGB value is (210,186,3). Sum of RGB (Red+Green+Blue) = 210+186+3=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BA03 is #2D45FC. Grayscale: #ADADAD. Windows color (decimal): -2967037 or 244434. OLE color: 244434.
HSL color Cylindrical-coordinate representation of color #D2BA03: hue angle of 53.04º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2BA03 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.18 |
| HSL | 53.04º | 0.97% | 0.42% | - |
| HSV(B) | 53.04º | 0.99% | 0.82% | - |
| XYZ | 44.15 | 48.83 | 7.18 | - |
| YUV | 172.31 | 32.45 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 3 | 0 | 0.11 | 0.99 | 0.18 | 53.04 | 0.97 | 0.42 |
| Hex | D2 | BA | 3 | 0 | B | 63 | 12 | 35 | 61 | 2A |
| Octal | 322 | 272 | 3 | 0 | 13 | 143 | 22 | 65 | 141 | 52 |
| Binary | 11010010 | 10111010 | 11 | 0 | 1011 | 1100011 | 10010 | 110101 | 1100001 | 101010 |
Color Harmonies of #D2BA03
Complementary color
Monochromatic Colors of #D2BA03
Black with #D2BA03
Text Example
Text Example
White with #D2BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA03; }
p { color: rgb(210,186,3); }
H1.HeaderClassName
{
color: #D2BA03;
}
.AnyTagClassName
{
color: #D2BA03;
}
</style>
background-color css
<style>
a { background-color: #D2BA03; }
a { background-color: rgb(210,186,3); }
div.DivClassName
{
background-color: #D2BA03;
}
.BgClassName
{
background-color: #D2BA03;
}
</style>
border-color css
<style>
span { border-color: #D2BA03; }
span { border-color: rgb(210,186,3); }
td.TdClassName
{
border-color: #D2BA03;
}
.TagClassName
{
border-color: #D2BA03;
}
</style>