Shades of Bird Flower #D2BA00
Tints of Bird Flower #D2BA00
RGB
CMYK
RGB Variations
Color information
#D2BA00 (or 0xD2BA00) is known color: Bird Flower. HEX triplet: D2, BA and 00. RGB value is (210,186,0). Sum of RGB (Red+Green+Blue) = 210+186+0=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BA00 is #2D45FF. Grayscale: #ACACAC. Windows color (decimal): -2967040 or 47826. OLE color: 47826.
HSL color Cylindrical-coordinate representation of color #D2BA00: hue angle of 53.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2BA00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.18 |
| HSL | 53.14º | 1% | 0.41% | - |
| HSV(B) | 53.14º | 1% | 0.82% | - |
| XYZ | 44.14 | 48.82 | 7.1 | - |
| YUV | 171.97 | 30.95 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 0 | 0 | 0.11 | 1 | 0.18 | 53.14 | 1 | 0.41 |
| Hex | D2 | BA | 0 | 0 | B | 64 | 12 | 35 | 64 | 29 |
| Octal | 322 | 272 | 0 | 0 | 13 | 144 | 22 | 65 | 144 | 51 |
| Binary | 11010010 | 10111010 | 0 | 0 | 1011 | 1100100 | 10010 | 110101 | 1100100 | 101001 |
Color Harmonies of #D2BA00
Complementary color
Monochromatic Colors of #D2BA00
Black with #D2BA00
Text Example
Text Example
White with #D2BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA00; }
p { color: rgb(210,186,0); }
H1.HeaderClassName
{
color: #D2BA00;
}
.AnyTagClassName
{
color: #D2BA00;
}
</style>
background-color css
<style>
a { background-color: #D2BA00; }
a { background-color: rgb(210,186,0); }
div.DivClassName
{
background-color: #D2BA00;
}
.BgClassName
{
background-color: #D2BA00;
}
</style>
border-color css
<style>
span { border-color: #D2BA00; }
span { border-color: rgb(210,186,0); }
td.TdClassName
{
border-color: #D2BA00;
}
.TagClassName
{
border-color: #D2BA00;
}
</style>