Shades of Bird Flower #D9BC04
Tints of Bird Flower #D9BC04
RGB
CMYK
RGB Variations
Color information
#D9BC04 (or 0xD9BC04) is known color: Bird Flower. HEX triplet: D9, BC and 04. RGB value is (217,188,4). Sum of RGB (Red+Green+Blue) = 217+188+4=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC04 is #2643FB. Grayscale: #B0B0B0. Windows color (decimal): -2507772 or 310489. OLE color: 310489.
HSL color Cylindrical-coordinate representation of color #D9BC04: hue angle of 51.83º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9BC04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.15 |
| HSL | 51.83º | 0.96% | 0.43% | - |
| HSV(B) | 51.83º | 0.98% | 0.85% | - |
| XYZ | 46.62 | 50.73 | 7.45 | - |
| YUV | 175.7 | 31.11 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 4 | 0 | 0.13 | 0.98 | 0.15 | 51.83 | 0.96 | 0.43 |
| Hex | D9 | BC | 4 | 0 | D | 62 | F | 34 | 60 | 2B |
| Octal | 331 | 274 | 4 | 0 | 15 | 142 | 17 | 64 | 140 | 53 |
| Binary | 11011001 | 10111100 | 100 | 0 | 1101 | 1100010 | 1111 | 110100 | 1100000 | 101011 |
Color Harmonies of #D9BC04
Complementary color
Monochromatic Colors of #D9BC04
Black with #D9BC04
Text Example
Text Example
White with #D9BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC04; }
p { color: rgb(217,188,4); }
H1.HeaderClassName
{
color: #D9BC04;
}
.AnyTagClassName
{
color: #D9BC04;
}
</style>
background-color css
<style>
a { background-color: #D9BC04; }
a { background-color: rgb(217,188,4); }
div.DivClassName
{
background-color: #D9BC04;
}
.BgClassName
{
background-color: #D9BC04;
}
</style>
border-color css
<style>
span { border-color: #D9BC04; }
span { border-color: rgb(217,188,4); }
td.TdClassName
{
border-color: #D9BC04;
}
.TagClassName
{
border-color: #D9BC04;
}
</style>