Shades of Bird Flower #D4BB13
Tints of Bird Flower #D4BB13
RGB
CMYK
RGB Variations
Color information
#D4BB13 (or 0xD4BB13) is known color: Bird Flower. HEX triplet: D4, BB and 13. RGB value is (212,187,19). Sum of RGB (Red+Green+Blue) = 212+187+19=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BB13 is #2B44EC. Grayscale: #B0B0B0. Windows color (decimal): -2835693 or 1293268. OLE color: 1293268.
HSL color Cylindrical-coordinate representation of color #D4BB13: hue angle of 52.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4BB13 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 19 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.17 |
| HSL | 52.23º | 0.84% | 0.45% | - |
| HSV(B) | 52.23º | 0.91% | 0.83% | - |
| XYZ | 45.04 | 49.58 | 7.81 | - |
| YUV | 175.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 19 | 0 | 0.12 | 0.91 | 0.17 | 52.23 | 0.84 | 0.45 |
| Hex | D4 | BB | 13 | 0 | C | 5B | 11 | 34 | 54 | 2D |
| Octal | 324 | 273 | 23 | 0 | 14 | 133 | 21 | 64 | 124 | 55 |
| Binary | 11010100 | 10111011 | 10011 | 0 | 1100 | 1011011 | 10001 | 110100 | 1010100 | 101101 |
Color Harmonies of #D4BB13
Complementary color
Monochromatic Colors of #D4BB13
Black with #D4BB13
Text Example
Text Example
White with #D4BB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BB13; }
p { color: rgb(212,187,19); }
H1.HeaderClassName
{
color: #D4BB13;
}
.AnyTagClassName
{
color: #D4BB13;
}
</style>
background-color css
<style>
a { background-color: #D4BB13; }
a { background-color: rgb(212,187,19); }
div.DivClassName
{
background-color: #D4BB13;
}
.BgClassName
{
background-color: #D4BB13;
}
</style>
border-color css
<style>
span { border-color: #D4BB13; }
span { border-color: rgb(212,187,19); }
td.TdClassName
{
border-color: #D4BB13;
}
.TagClassName
{
border-color: #D4BB13;
}
</style>