Shades of Bird Flower #D1BC03
Tints of Bird Flower #D1BC03
RGB
CMYK
RGB Variations
Color information
#D1BC03 (or 0xD1BC03) is known color: Bird Flower. HEX triplet: D1, BC and 03. RGB value is (209,188,3). Sum of RGB (Red+Green+Blue) = 209+188+3=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC03 is #2E43FC. Grayscale: #ADADAD. Windows color (decimal): -3032061 or 244945. OLE color: 244945.
HSL color Cylindrical-coordinate representation of color #D1BC03: hue angle of 53.88º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1BC03 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.18 |
| HSL | 53.88º | 0.97% | 0.42% | - |
| HSV(B) | 53.88º | 0.99% | 0.82% | - |
| XYZ | 44.29 | 49.53 | 7.31 | - |
| YUV | 173.19 | 31.96 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 3 | 0 | 0.10 | 0.99 | 0.18 | 53.88 | 0.97 | 0.42 |
| Hex | D1 | BC | 3 | 0 | A | 63 | 12 | 36 | 61 | 2A |
| Octal | 321 | 274 | 3 | 0 | 12 | 143 | 22 | 66 | 141 | 52 |
| Binary | 11010001 | 10111100 | 11 | 0 | 1010 | 1100011 | 10010 | 110110 | 1100001 | 101010 |
Color Harmonies of #D1BC03
Complementary color
Monochromatic Colors of #D1BC03
Black with #D1BC03
Text Example
Text Example
White with #D1BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC03; }
p { color: rgb(209,188,3); }
H1.HeaderClassName
{
color: #D1BC03;
}
.AnyTagClassName
{
color: #D1BC03;
}
</style>
background-color css
<style>
a { background-color: #D1BC03; }
a { background-color: rgb(209,188,3); }
div.DivClassName
{
background-color: #D1BC03;
}
.BgClassName
{
background-color: #D1BC03;
}
</style>
border-color css
<style>
span { border-color: #D1BC03; }
span { border-color: rgb(209,188,3); }
td.TdClassName
{
border-color: #D1BC03;
}
.TagClassName
{
border-color: #D1BC03;
}
</style>