Shades of Bird Flower #D3BF09
Tints of Bird Flower #D3BF09
RGB
CMYK
RGB Variations
Color information
#D3BF09 (or 0xD3BF09) is known color: Bird Flower. HEX triplet: D3, BF and 09. RGB value is (211,191,9). Sum of RGB (Red+Green+Blue) = 211+191+9=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BF09 is #2C40F6. Grayscale: #B0B0B0. Windows color (decimal): -2900215 or 638931. OLE color: 638931.
HSL color Cylindrical-coordinate representation of color #D3BF09: hue angle of 54.06º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3BF09 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.17 |
| HSL | 54.06º | 0.92% | 0.43% | - |
| HSV(B) | 54.06º | 0.96% | 0.83% | - |
| XYZ | 45.54 | 51.13 | 7.73 | - |
| YUV | 176.23 | 33.63 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 9 | 0 | 0.09 | 0.96 | 0.17 | 54.06 | 0.92 | 0.43 |
| Hex | D3 | BF | 9 | 0 | 9 | 60 | 11 | 36 | 5C | 2B |
| Octal | 323 | 277 | 11 | 0 | 11 | 140 | 21 | 66 | 134 | 53 |
| Binary | 11010011 | 10111111 | 1001 | 0 | 1001 | 1100000 | 10001 | 110110 | 1011100 | 101011 |
Color Harmonies of #D3BF09
Complementary color
Monochromatic Colors of #D3BF09
Black with #D3BF09
Text Example
Text Example
White with #D3BF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BF09; }
p { color: rgb(211,191,9); }
H1.HeaderClassName
{
color: #D3BF09;
}
.AnyTagClassName
{
color: #D3BF09;
}
</style>
background-color css
<style>
a { background-color: #D3BF09; }
a { background-color: rgb(211,191,9); }
div.DivClassName
{
background-color: #D3BF09;
}
.BgClassName
{
background-color: #D3BF09;
}
</style>
border-color css
<style>
span { border-color: #D3BF09; }
span { border-color: rgb(211,191,9); }
td.TdClassName
{
border-color: #D3BF09;
}
.TagClassName
{
border-color: #D3BF09;
}
</style>