Shades of Bird Flower #D1B516
Tints of Bird Flower #D1B516
RGB
CMYK
RGB Variations
Color information
#D1B516 (or 0xD1B516) is known color: Bird Flower. HEX triplet: D1, B5 and 16. RGB value is (209,181,22). Sum of RGB (Red+Green+Blue) = 209+181+22=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B516 is #2E4AE9. Grayscale: #ABABAB. Windows color (decimal): -3033834 or 1488337. OLE color: 1488337.
HSL color Cylindrical-coordinate representation of color #D1B516: hue angle of 51.02º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1B516 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 22 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.18 |
| HSL | 51.02º | 0.81% | 0.45% | - |
| HSV(B) | 51.02º | 0.89% | 0.82% | - |
| XYZ | 42.96 | 46.66 | 7.5 | - |
| YUV | 171.25 | 43.78 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 22 | 0 | 0.13 | 0.89 | 0.18 | 51.02 | 0.81 | 0.45 |
| Hex | D1 | B5 | 16 | 0 | D | 59 | 12 | 33 | 51 | 2D |
| Octal | 321 | 265 | 26 | 0 | 15 | 131 | 22 | 63 | 121 | 55 |
| Binary | 11010001 | 10110101 | 10110 | 0 | 1101 | 1011001 | 10010 | 110011 | 1010001 | 101101 |
Color Harmonies of #D1B516
Complementary color
Monochromatic Colors of #D1B516
Black with #D1B516
Text Example
Text Example
White with #D1B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B516; }
p { color: rgb(209,181,22); }
H1.HeaderClassName
{
color: #D1B516;
}
.AnyTagClassName
{
color: #D1B516;
}
</style>
background-color css
<style>
a { background-color: #D1B516; }
a { background-color: rgb(209,181,22); }
div.DivClassName
{
background-color: #D1B516;
}
.BgClassName
{
background-color: #D1B516;
}
</style>
border-color css
<style>
span { border-color: #D1B516; }
span { border-color: rgb(209,181,22); }
td.TdClassName
{
border-color: #D1B516;
}
.TagClassName
{
border-color: #D1B516;
}
</style>