Shades of Bird Flower #D3BF04
Tints of Bird Flower #D3BF04
RGB
CMYK
RGB Variations
Color information
#D3BF04 (or 0xD3BF04) is known color: Bird Flower. HEX triplet: D3, BF and 04. RGB value is (211,191,4). Sum of RGB (Red+Green+Blue) = 211+191+4=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BF04 is #2C40FB. Grayscale: #B0B0B0. Windows color (decimal): -2900220 or 311251. OLE color: 311251.
HSL color Cylindrical-coordinate representation of color #D3BF04: hue angle of 54.2º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3BF04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.17 |
| HSL | 54.2º | 0.96% | 0.42% | - |
| HSV(B) | 54.2º | 0.98% | 0.83% | - |
| XYZ | 45.52 | 51.12 | 7.58 | - |
| YUV | 175.66 | 31.13 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 4 | 0 | 0.09 | 0.98 | 0.17 | 54.2 | 0.96 | 0.42 |
| Hex | D3 | BF | 4 | 0 | 9 | 62 | 11 | 36 | 60 | 2A |
| Octal | 323 | 277 | 4 | 0 | 11 | 142 | 21 | 66 | 140 | 52 |
| Binary | 11010011 | 10111111 | 100 | 0 | 1001 | 1100010 | 10001 | 110110 | 1100000 | 101010 |
Color Harmonies of #D3BF04
Complementary color
Monochromatic Colors of #D3BF04
Black with #D3BF04
Text Example
Text Example
White with #D3BF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BF04; }
p { color: rgb(211,191,4); }
H1.HeaderClassName
{
color: #D3BF04;
}
.AnyTagClassName
{
color: #D3BF04;
}
</style>
background-color css
<style>
a { background-color: #D3BF04; }
a { background-color: rgb(211,191,4); }
div.DivClassName
{
background-color: #D3BF04;
}
.BgClassName
{
background-color: #D3BF04;
}
</style>
border-color css
<style>
span { border-color: #D3BF04; }
span { border-color: rgb(211,191,4); }
td.TdClassName
{
border-color: #D3BF04;
}
.TagClassName
{
border-color: #D3BF04;
}
</style>