Shades of Bird Flower #D1BC1E
Tints of Bird Flower #D1BC1E
RGB
CMYK
RGB Variations
Color information
#D1BC1E (or 0xD1BC1E) is known color: Bird Flower. HEX triplet: D1, BC and 1E. RGB value is (209,188,30). Sum of RGB (Red+Green+Blue) = 209+188+30=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC1E is #2E43E1. Grayscale: #B0B0B0. Windows color (decimal): -3032034 or 2014417. OLE color: 2014417.
HSL color Cylindrical-coordinate representation of color #D1BC1E: hue angle of 52.96º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1BC1E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 30 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.18 |
| HSL | 52.96º | 0.75% | 0.47% | - |
| HSV(B) | 52.96º | 0.86% | 0.82% | - |
| XYZ | 44.51 | 49.62 | 8.46 | - |
| YUV | 176.27 | 45.46 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 30 | 0 | 0.10 | 0.86 | 0.18 | 52.96 | 0.75 | 0.47 |
| Hex | D1 | BC | 1E | 0 | A | 56 | 12 | 35 | 4B | 2F |
| Octal | 321 | 274 | 36 | 0 | 12 | 126 | 22 | 65 | 113 | 57 |
| Binary | 11010001 | 10111100 | 11110 | 0 | 1010 | 1010110 | 10010 | 110101 | 1001011 | 101111 |
Color Harmonies of #D1BC1E
Complementary color
Monochromatic Colors of #D1BC1E
Black with #D1BC1E
Text Example
Text Example
White with #D1BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC1E; }
p { color: rgb(209,188,30); }
H1.HeaderClassName
{
color: #D1BC1E;
}
.AnyTagClassName
{
color: #D1BC1E;
}
</style>
background-color css
<style>
a { background-color: #D1BC1E; }
a { background-color: rgb(209,188,30); }
div.DivClassName
{
background-color: #D1BC1E;
}
.BgClassName
{
background-color: #D1BC1E;
}
</style>
border-color css
<style>
span { border-color: #D1BC1E; }
span { border-color: rgb(209,188,30); }
td.TdClassName
{
border-color: #D1BC1E;
}
.TagClassName
{
border-color: #D1BC1E;
}
</style>