Shades of Bird Flower #D1BE11
Tints of Bird Flower #D1BE11
RGB
CMYK
RGB Variations
Color information
#D1BE11 (or 0xD1BE11) is known color: Bird Flower. HEX triplet: D1, BE and 11. RGB value is (209,190,17). Sum of RGB (Red+Green+Blue) = 209+190+17=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BE11 is #2E41EE. Grayscale: #B0B0B0. Windows color (decimal): -3031535 or 1162961. OLE color: 1162961.
HSL color Cylindrical-coordinate representation of color #D1BE11: hue angle of 54.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1BE11 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 17 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.18 |
| HSL | 54.06º | 0.85% | 0.44% | - |
| HSV(B) | 54.06º | 0.92% | 0.82% | - |
| XYZ | 44.81 | 50.42 | 7.9 | - |
| YUV | 175.96 | 38.29 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 17 | 0 | 0.09 | 0.92 | 0.18 | 54.06 | 0.85 | 0.44 |
| Hex | D1 | BE | 11 | 0 | 9 | 5C | 12 | 36 | 55 | 2C |
| Octal | 321 | 276 | 21 | 0 | 11 | 134 | 22 | 66 | 125 | 54 |
| Binary | 11010001 | 10111110 | 10001 | 0 | 1001 | 1011100 | 10010 | 110110 | 1010101 | 101100 |
Color Harmonies of #D1BE11
Complementary color
Monochromatic Colors of #D1BE11
Black with #D1BE11
Text Example
Text Example
White with #D1BE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE11; }
p { color: rgb(209,190,17); }
H1.HeaderClassName
{
color: #D1BE11;
}
.AnyTagClassName
{
color: #D1BE11;
}
</style>
background-color css
<style>
a { background-color: #D1BE11; }
a { background-color: rgb(209,190,17); }
div.DivClassName
{
background-color: #D1BE11;
}
.BgClassName
{
background-color: #D1BE11;
}
</style>
border-color css
<style>
span { border-color: #D1BE11; }
span { border-color: rgb(209,190,17); }
td.TdClassName
{
border-color: #D1BE11;
}
.TagClassName
{
border-color: #D1BE11;
}
</style>