Shades of Bird Flower #D1BC02
Tints of Bird Flower #D1BC02
RGB
CMYK
RGB Variations
Color information
#D1BC02 (or 0xD1BC02) is known color: Bird Flower. HEX triplet: D1, BC and 02. RGB value is (209,188,2). Sum of RGB (Red+Green+Blue) = 209+188+2=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC02 is #2E43FD. Grayscale: #ADADAD. Windows color (decimal): -3032062 or 179409. OLE color: 179409.
HSL color Cylindrical-coordinate representation of color #D1BC02: hue angle of 53.91º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1BC02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.18 |
| HSL | 53.91º | 0.98% | 0.41% | - |
| HSV(B) | 53.91º | 0.99% | 0.82% | - |
| XYZ | 44.29 | 49.53 | 7.28 | - |
| YUV | 173.08 | 31.46 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 2 | 0 | 0.10 | 0.99 | 0.18 | 53.91 | 0.98 | 0.41 |
| Hex | D1 | BC | 2 | 0 | A | 63 | 12 | 36 | 62 | 29 |
| Octal | 321 | 274 | 2 | 0 | 12 | 143 | 22 | 66 | 142 | 51 |
| Binary | 11010001 | 10111100 | 10 | 0 | 1010 | 1100011 | 10010 | 110110 | 1100010 | 101001 |
Color Harmonies of #D1BC02
Complementary color
Monochromatic Colors of #D1BC02
Black with #D1BC02
Text Example
Text Example
White with #D1BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC02; }
p { color: rgb(209,188,2); }
H1.HeaderClassName
{
color: #D1BC02;
}
.AnyTagClassName
{
color: #D1BC02;
}
</style>
background-color css
<style>
a { background-color: #D1BC02; }
a { background-color: rgb(209,188,2); }
div.DivClassName
{
background-color: #D1BC02;
}
.BgClassName
{
background-color: #D1BC02;
}
</style>
border-color css
<style>
span { border-color: #D1BC02; }
span { border-color: rgb(209,188,2); }
td.TdClassName
{
border-color: #D1BC02;
}
.TagClassName
{
border-color: #D1BC02;
}
</style>