Shades of Bird Flower #D2BA13
Tints of Bird Flower #D2BA13
RGB
CMYK
RGB Variations
Color information
#D2BA13 (or 0xD2BA13) is known color: Bird Flower. HEX triplet: D2, BA and 13. RGB value is (210,186,19). Sum of RGB (Red+Green+Blue) = 210+186+19=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BA13 is #2D45EC. Grayscale: #AEAEAE. Windows color (decimal): -2967021 or 1293010. OLE color: 1293010.
HSL color Cylindrical-coordinate representation of color #D2BA13: hue angle of 52.46º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2BA13 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 19 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.18 |
| HSL | 52.46º | 0.83% | 0.45% | - |
| HSV(B) | 52.46º | 0.91% | 0.82% | - |
| XYZ | 44.25 | 48.87 | 7.72 | - |
| YUV | 174.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 19 | 0 | 0.11 | 0.91 | 0.18 | 52.46 | 0.83 | 0.45 |
| Hex | D2 | BA | 13 | 0 | B | 5B | 12 | 34 | 53 | 2D |
| Octal | 322 | 272 | 23 | 0 | 13 | 133 | 22 | 64 | 123 | 55 |
| Binary | 11010010 | 10111010 | 10011 | 0 | 1011 | 1011011 | 10010 | 110100 | 1010011 | 101101 |
Color Harmonies of #D2BA13
Complementary color
Monochromatic Colors of #D2BA13
Black with #D2BA13
Text Example
Text Example
White with #D2BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA13; }
p { color: rgb(210,186,19); }
H1.HeaderClassName
{
color: #D2BA13;
}
.AnyTagClassName
{
color: #D2BA13;
}
</style>
background-color css
<style>
a { background-color: #D2BA13; }
a { background-color: rgb(210,186,19); }
div.DivClassName
{
background-color: #D2BA13;
}
.BgClassName
{
background-color: #D2BA13;
}
</style>
border-color css
<style>
span { border-color: #D2BA13; }
span { border-color: rgb(210,186,19); }
td.TdClassName
{
border-color: #D2BA13;
}
.TagClassName
{
border-color: #D2BA13;
}
</style>