Shades of Bird Flower #D4B712
Tints of Bird Flower #D4B712
RGB
CMYK
RGB Variations
Color information
#D4B712 (or 0xD4B712) is known color: Bird Flower. HEX triplet: D4, B7 and 12. RGB value is (212,183,18). Sum of RGB (Red+Green+Blue) = 212+183+18=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B712 is #2B48ED. Grayscale: #ADADAD. Windows color (decimal): -2836718 or 1226708. OLE color: 1226708.
HSL color Cylindrical-coordinate representation of color #D4B712: hue angle of 51.03º 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 #D4B712 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.17 |
| HSL | 51.03º | 0.84% | 0.45% | - |
| HSV(B) | 51.03º | 0.92% | 0.83% | - |
| XYZ | 44.19 | 47.91 | 7.49 | - |
| YUV | 172.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 18 | 0 | 0.14 | 0.92 | 0.17 | 51.03 | 0.84 | 0.45 |
| Hex | D4 | B7 | 12 | 0 | E | 5C | 11 | 33 | 54 | 2D |
| Octal | 324 | 267 | 22 | 0 | 16 | 134 | 21 | 63 | 124 | 55 |
| Binary | 11010100 | 10110111 | 10010 | 0 | 1110 | 1011100 | 10001 | 110011 | 1010100 | 101101 |
Color Harmonies of #D4B712
Complementary color
Monochromatic Colors of #D4B712
Black with #D4B712
Text Example
Text Example
White with #D4B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B712; }
p { color: rgb(212,183,18); }
H1.HeaderClassName
{
color: #D4B712;
}
.AnyTagClassName
{
color: #D4B712;
}
</style>
background-color css
<style>
a { background-color: #D4B712; }
a { background-color: rgb(212,183,18); }
div.DivClassName
{
background-color: #D4B712;
}
.BgClassName
{
background-color: #D4B712;
}
</style>
border-color css
<style>
span { border-color: #D4B712; }
span { border-color: rgb(212,183,18); }
td.TdClassName
{
border-color: #D4B712;
}
.TagClassName
{
border-color: #D4B712;
}
</style>