Shades of Bird Flower #D1BE1B
Tints of Bird Flower #D1BE1B
RGB
CMYK
RGB Variations
Color information
#D1BE1B (or 0xD1BE1B) is known color: Bird Flower. HEX triplet: D1, BE and 1B. RGB value is (209,190,27). Sum of RGB (Red+Green+Blue) = 209+190+27=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE1B is #2E41E4. Grayscale: #B1B1B1. Windows color (decimal): -3031525 or 1818321. OLE color: 1818321.
HSL color Cylindrical-coordinate representation of color #D1BE1B: hue angle of 53.74º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1BE1B is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 27 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.18 |
| HSL | 53.74º | 0.77% | 0.46% | - |
| HSV(B) | 53.74º | 0.87% | 0.82% | - |
| XYZ | 44.91 | 50.46 | 8.41 | - |
| YUV | 177.1 | 43.29 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 27 | 0 | 0.09 | 0.87 | 0.18 | 53.74 | 0.77 | 0.46 |
| Hex | D1 | BE | 1B | 0 | 9 | 57 | 12 | 36 | 4D | 2E |
| Octal | 321 | 276 | 33 | 0 | 11 | 127 | 22 | 66 | 115 | 56 |
| Binary | 11010001 | 10111110 | 11011 | 0 | 1001 | 1010111 | 10010 | 110110 | 1001101 | 101110 |
Color Harmonies of #D1BE1B
Complementary color
Monochromatic Colors of #D1BE1B
Black with #D1BE1B
Text Example
Text Example
White with #D1BE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE1B; }
p { color: rgb(209,190,27); }
H1.HeaderClassName
{
color: #D1BE1B;
}
.AnyTagClassName
{
color: #D1BE1B;
}
</style>
background-color css
<style>
a { background-color: #D1BE1B; }
a { background-color: rgb(209,190,27); }
div.DivClassName
{
background-color: #D1BE1B;
}
.BgClassName
{
background-color: #D1BE1B;
}
</style>
border-color css
<style>
span { border-color: #D1BE1B; }
span { border-color: rgb(209,190,27); }
td.TdClassName
{
border-color: #D1BE1B;
}
.TagClassName
{
border-color: #D1BE1B;
}
</style>