Shades of Bird Flower #D4BC03
Tints of Bird Flower #D4BC03
RGB
CMYK
RGB Variations
Color information
#D4BC03 (or 0xD4BC03) is known color: Bird Flower. HEX triplet: D4, BC and 03. RGB value is (212,188,3). Sum of RGB (Red+Green+Blue) = 212+188+3=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BC03 is #2B43FC. Grayscale: #AEAEAE. Windows color (decimal): -2835453 or 244948. OLE color: 244948.
HSL color Cylindrical-coordinate representation of color #D4BC03: hue angle of 53.11º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4BC03 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.17 |
| HSL | 53.11º | 0.97% | 0.42% | - |
| HSV(B) | 53.11º | 0.99% | 0.83% | - |
| XYZ | 45.15 | 49.97 | 7.35 | - |
| YUV | 174.09 | 31.45 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 3 | 0 | 0.11 | 0.99 | 0.17 | 53.11 | 0.97 | 0.42 |
| Hex | D4 | BC | 3 | 0 | B | 63 | 11 | 35 | 61 | 2A |
| Octal | 324 | 274 | 3 | 0 | 13 | 143 | 21 | 65 | 141 | 52 |
| Binary | 11010100 | 10111100 | 11 | 0 | 1011 | 1100011 | 10001 | 110101 | 1100001 | 101010 |
Color Harmonies of #D4BC03
Complementary color
Monochromatic Colors of #D4BC03
Black with #D4BC03
Text Example
Text Example
White with #D4BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC03; }
p { color: rgb(212,188,3); }
H1.HeaderClassName
{
color: #D4BC03;
}
.AnyTagClassName
{
color: #D4BC03;
}
</style>
background-color css
<style>
a { background-color: #D4BC03; }
a { background-color: rgb(212,188,3); }
div.DivClassName
{
background-color: #D4BC03;
}
.BgClassName
{
background-color: #D4BC03;
}
</style>
border-color css
<style>
span { border-color: #D4BC03; }
span { border-color: rgb(212,188,3); }
td.TdClassName
{
border-color: #D4BC03;
}
.TagClassName
{
border-color: #D4BC03;
}
</style>