Shades of Bird Flower #D2BC03
Tints of Bird Flower #D2BC03
RGB
CMYK
RGB Variations
Color information
#D2BC03 (or 0xD2BC03) is known color: Bird Flower. HEX triplet: D2, BC and 03. RGB value is (210,188,3). Sum of RGB (Red+Green+Blue) = 210+188+3=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BC03 is #2D43FC. Grayscale: #AEAEAE. Windows color (decimal): -2966525 or 244946. OLE color: 244946.
HSL color Cylindrical-coordinate representation of color #D2BC03: hue angle of 53.62º 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 #D2BC03 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.18 |
| HSL | 53.62º | 0.97% | 0.42% | - |
| HSV(B) | 53.62º | 0.99% | 0.82% | - |
| XYZ | 44.58 | 49.67 | 7.32 | - |
| YUV | 173.49 | 31.79 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 3 | 0 | 0.10 | 0.99 | 0.18 | 53.62 | 0.97 | 0.42 |
| Hex | D2 | BC | 3 | 0 | A | 63 | 12 | 36 | 61 | 2A |
| Octal | 322 | 274 | 3 | 0 | 12 | 143 | 22 | 66 | 141 | 52 |
| Binary | 11010010 | 10111100 | 11 | 0 | 1010 | 1100011 | 10010 | 110110 | 1100001 | 101010 |
Color Harmonies of #D2BC03
Complementary color
Monochromatic Colors of #D2BC03
Black with #D2BC03
Text Example
Text Example
White with #D2BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC03; }
p { color: rgb(210,188,3); }
H1.HeaderClassName
{
color: #D2BC03;
}
.AnyTagClassName
{
color: #D2BC03;
}
</style>
background-color css
<style>
a { background-color: #D2BC03; }
a { background-color: rgb(210,188,3); }
div.DivClassName
{
background-color: #D2BC03;
}
.BgClassName
{
background-color: #D2BC03;
}
</style>
border-color css
<style>
span { border-color: #D2BC03; }
span { border-color: rgb(210,188,3); }
td.TdClassName
{
border-color: #D2BC03;
}
.TagClassName
{
border-color: #D2BC03;
}
</style>