Shades of Bird Flower #D4BB12
Tints of Bird Flower #D4BB12
RGB
CMYK
RGB Variations
Color information
#D4BB12 (or 0xD4BB12) is known color: Bird Flower. HEX triplet: D4, BB and 12. RGB value is (212,187,18). Sum of RGB (Red+Green+Blue) = 212+187+18=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BB12 is #2B44ED. Grayscale: #AFAFAF. Windows color (decimal): -2835694 or 1227732. OLE color: 1227732.
HSL color Cylindrical-coordinate representation of color #D4BB12: hue angle of 52.27º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4BB12 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.17 |
| HSL | 52.27º | 0.84% | 0.45% | - |
| HSV(B) | 52.27º | 0.92% | 0.83% | - |
| XYZ | 45.03 | 49.58 | 7.77 | - |
| YUV | 175.21 | 39.28 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 18 | 0 | 0.12 | 0.92 | 0.17 | 52.27 | 0.84 | 0.45 |
| Hex | D4 | BB | 12 | 0 | C | 5C | 11 | 34 | 54 | 2D |
| Octal | 324 | 273 | 22 | 0 | 14 | 134 | 21 | 64 | 124 | 55 |
| Binary | 11010100 | 10111011 | 10010 | 0 | 1100 | 1011100 | 10001 | 110100 | 1010100 | 101101 |
Color Harmonies of #D4BB12
Complementary color
Monochromatic Colors of #D4BB12
Black with #D4BB12
Text Example
Text Example
White with #D4BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BB12; }
p { color: rgb(212,187,18); }
H1.HeaderClassName
{
color: #D4BB12;
}
.AnyTagClassName
{
color: #D4BB12;
}
</style>
background-color css
<style>
a { background-color: #D4BB12; }
a { background-color: rgb(212,187,18); }
div.DivClassName
{
background-color: #D4BB12;
}
.BgClassName
{
background-color: #D4BB12;
}
</style>
border-color css
<style>
span { border-color: #D4BB12; }
span { border-color: rgb(212,187,18); }
td.TdClassName
{
border-color: #D4BB12;
}
.TagClassName
{
border-color: #D4BB12;
}
</style>