Shades of Bird Flower #D4BE12
Tints of Bird Flower #D4BE12
RGB
CMYK
RGB Variations
Color information
#D4BE12 (or 0xD4BE12) is known color: Bird Flower. HEX triplet: D4, BE and 12. RGB value is (212,190,18). Sum of RGB (Red+Green+Blue) = 212+190+18=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BE12 is #2B41ED. Grayscale: #B1B1B1. Windows color (decimal): -2834926 or 1228500. OLE color: 1228500.
HSL color Cylindrical-coordinate representation of color #D4BE12: hue angle of 53.2º 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 #D4BE12 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.17 |
| HSL | 53.2º | 0.84% | 0.45% | - |
| HSV(B) | 53.2º | 0.92% | 0.83% | - |
| XYZ | 45.67 | 50.87 | 7.98 | - |
| YUV | 176.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 18 | 0 | 0.10 | 0.92 | 0.17 | 53.2 | 0.84 | 0.45 |
| Hex | D4 | BE | 12 | 0 | A | 5C | 11 | 35 | 54 | 2D |
| Octal | 324 | 276 | 22 | 0 | 12 | 134 | 21 | 65 | 124 | 55 |
| Binary | 11010100 | 10111110 | 10010 | 0 | 1010 | 1011100 | 10001 | 110101 | 1010100 | 101101 |
Color Harmonies of #D4BE12
Complementary color
Monochromatic Colors of #D4BE12
Black with #D4BE12
Text Example
Text Example
White with #D4BE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE12; }
p { color: rgb(212,190,18); }
H1.HeaderClassName
{
color: #D4BE12;
}
.AnyTagClassName
{
color: #D4BE12;
}
</style>
background-color css
<style>
a { background-color: #D4BE12; }
a { background-color: rgb(212,190,18); }
div.DivClassName
{
background-color: #D4BE12;
}
.BgClassName
{
background-color: #D4BE12;
}
</style>
border-color css
<style>
span { border-color: #D4BE12; }
span { border-color: rgb(212,190,18); }
td.TdClassName
{
border-color: #D4BE12;
}
.TagClassName
{
border-color: #D4BE12;
}
</style>