Shades of Bird Flower #D1BE1E
Tints of Bird Flower #D1BE1E
RGB
CMYK
RGB Variations
Color information
#D1BE1E (or 0xD1BE1E) is known color: Bird Flower. HEX triplet: D1, BE and 1E. RGB value is (209,190,30). Sum of RGB (Red+Green+Blue) = 209+190+30=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE1E is #2E41E1. Grayscale: #B2B2B2. Windows color (decimal): -3031522 or 2014929. OLE color: 2014929.
HSL color Cylindrical-coordinate representation of color #D1BE1E: hue angle of 53.63º 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 #D1BE1E is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 30 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.18 |
| HSL | 53.63º | 0.75% | 0.47% | - |
| HSV(B) | 53.63º | 0.86% | 0.82% | - |
| XYZ | 44.94 | 50.48 | 8.6 | - |
| YUV | 177.44 | 44.79 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 30 | 0 | 0.09 | 0.86 | 0.18 | 53.63 | 0.75 | 0.47 |
| Hex | D1 | BE | 1E | 0 | 9 | 56 | 12 | 36 | 4B | 2F |
| Octal | 321 | 276 | 36 | 0 | 11 | 126 | 22 | 66 | 113 | 57 |
| Binary | 11010001 | 10111110 | 11110 | 0 | 1001 | 1010110 | 10010 | 110110 | 1001011 | 101111 |
Color Harmonies of #D1BE1E
Complementary color
Monochromatic Colors of #D1BE1E
Black with #D1BE1E
Text Example
Text Example
White with #D1BE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE1E; }
p { color: rgb(209,190,30); }
H1.HeaderClassName
{
color: #D1BE1E;
}
.AnyTagClassName
{
color: #D1BE1E;
}
</style>
background-color css
<style>
a { background-color: #D1BE1E; }
a { background-color: rgb(209,190,30); }
div.DivClassName
{
background-color: #D1BE1E;
}
.BgClassName
{
background-color: #D1BE1E;
}
</style>
border-color css
<style>
span { border-color: #D1BE1E; }
span { border-color: rgb(209,190,30); }
td.TdClassName
{
border-color: #D1BE1E;
}
.TagClassName
{
border-color: #D1BE1E;
}
</style>