Shades of Bird Flower #D2BF11
Tints of Bird Flower #D2BF11
RGB
CMYK
RGB Variations
Color information
#D2BF11 (or 0xD2BF11) is known color: Bird Flower. HEX triplet: D2, BF and 11. RGB value is (210,191,17). Sum of RGB (Red+Green+Blue) = 210+191+17=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BF11 is #2D40EE. Grayscale: #B1B1B1. Windows color (decimal): -2965743 or 1163218. OLE color: 1163218.
HSL color Cylindrical-coordinate representation of color #D2BF11: hue angle of 54.09º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2BF11 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 17 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.18 |
| HSL | 54.09º | 0.85% | 0.45% | - |
| HSV(B) | 54.09º | 0.92% | 0.82% | - |
| XYZ | 45.31 | 51 | 7.99 | - |
| YUV | 176.85 | 37.79 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 17 | 0 | 0.09 | 0.92 | 0.18 | 54.09 | 0.85 | 0.45 |
| Hex | D2 | BF | 11 | 0 | 9 | 5C | 12 | 36 | 55 | 2D |
| Octal | 322 | 277 | 21 | 0 | 11 | 134 | 22 | 66 | 125 | 55 |
| Binary | 11010010 | 10111111 | 10001 | 0 | 1001 | 1011100 | 10010 | 110110 | 1010101 | 101101 |
Color Harmonies of #D2BF11
Complementary color
Monochromatic Colors of #D2BF11
Black with #D2BF11
Text Example
Text Example
White with #D2BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF11; }
p { color: rgb(210,191,17); }
H1.HeaderClassName
{
color: #D2BF11;
}
.AnyTagClassName
{
color: #D2BF11;
}
</style>
background-color css
<style>
a { background-color: #D2BF11; }
a { background-color: rgb(210,191,17); }
div.DivClassName
{
background-color: #D2BF11;
}
.BgClassName
{
background-color: #D2BF11;
}
</style>
border-color css
<style>
span { border-color: #D2BF11; }
span { border-color: rgb(210,191,17); }
td.TdClassName
{
border-color: #D2BF11;
}
.TagClassName
{
border-color: #D2BF11;
}
</style>