Shades of Bird Flower #D1B112
Tints of Bird Flower #D1B112
RGB
CMYK
RGB Variations
Color information
#D1B112 (or 0xD1B112) is known color: Bird Flower. HEX triplet: D1, B1 and 12. RGB value is (209,177,18). Sum of RGB (Red+Green+Blue) = 209+177+18=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B112 is #2E4EED. Grayscale: #A9A9A9. Windows color (decimal): -3034862 or 1225169. OLE color: 1225169.
HSL color Cylindrical-coordinate representation of color #D1B112: hue angle of 49.95º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1B112 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 18 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.18 |
| HSL | 49.95º | 0.84% | 0.45% | - |
| HSV(B) | 49.95º | 0.91% | 0.82% | - |
| XYZ | 42.13 | 45.04 | 7.05 | - |
| YUV | 168.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 18 | 0 | 0.15 | 0.91 | 0.18 | 49.95 | 0.84 | 0.45 |
| Hex | D1 | B1 | 12 | 0 | F | 5B | 12 | 32 | 54 | 2D |
| Octal | 321 | 261 | 22 | 0 | 17 | 133 | 22 | 62 | 124 | 55 |
| Binary | 11010001 | 10110001 | 10010 | 0 | 1111 | 1011011 | 10010 | 110010 | 1010100 | 101101 |
Color Harmonies of #D1B112
Complementary color
Monochromatic Colors of #D1B112
Black with #D1B112
Text Example
Text Example
White with #D1B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B112; }
p { color: rgb(209,177,18); }
H1.HeaderClassName
{
color: #D1B112;
}
.AnyTagClassName
{
color: #D1B112;
}
</style>
background-color css
<style>
a { background-color: #D1B112; }
a { background-color: rgb(209,177,18); }
div.DivClassName
{
background-color: #D1B112;
}
.BgClassName
{
background-color: #D1B112;
}
</style>
border-color css
<style>
span { border-color: #D1B112; }
span { border-color: rgb(209,177,18); }
td.TdClassName
{
border-color: #D1B112;
}
.TagClassName
{
border-color: #D1B112;
}
</style>