Shades of Bird Flower #D4B307
Tints of Bird Flower #D4B307
RGB
CMYK
RGB Variations
Color information
#D4B307 (or 0xD4B307) is known color: Bird Flower. HEX triplet: D4, B3 and 07. RGB value is (212,179,7). Sum of RGB (Red+Green+Blue) = 212+179+7=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B307 is #2B4CF8. Grayscale: #A9A9A9. Windows color (decimal): -2837753 or 504788. OLE color: 504788.
HSL color Cylindrical-coordinate representation of color #D4B307: hue angle of 50.34º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4B307 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.17 |
| HSL | 50.34º | 0.94% | 0.43% | - |
| HSV(B) | 50.34º | 0.97% | 0.83% | - |
| XYZ | 43.31 | 46.25 | 6.85 | - |
| YUV | 169.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 7 | 0 | 0.16 | 0.97 | 0.17 | 50.34 | 0.94 | 0.43 |
| Hex | D4 | B3 | 7 | 0 | 10 | 61 | 11 | 32 | 5E | 2B |
| Octal | 324 | 263 | 7 | 0 | 20 | 141 | 21 | 62 | 136 | 53 |
| Binary | 11010100 | 10110011 | 111 | 0 | 10000 | 1100001 | 10001 | 110010 | 1011110 | 101011 |
Color Harmonies of #D4B307
Complementary color
Monochromatic Colors of #D4B307
Black with #D4B307
Text Example
Text Example
White with #D4B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B307; }
p { color: rgb(212,179,7); }
H1.HeaderClassName
{
color: #D4B307;
}
.AnyTagClassName
{
color: #D4B307;
}
</style>
background-color css
<style>
a { background-color: #D4B307; }
a { background-color: rgb(212,179,7); }
div.DivClassName
{
background-color: #D4B307;
}
.BgClassName
{
background-color: #D4B307;
}
</style>
border-color css
<style>
span { border-color: #D4B307; }
span { border-color: rgb(212,179,7); }
td.TdClassName
{
border-color: #D4B307;
}
.TagClassName
{
border-color: #D4B307;
}
</style>