Shades of Bird Flower #D2BC05
Tints of Bird Flower #D2BC05
RGB
CMYK
RGB Variations
Color information
#D2BC05 (or 0xD2BC05) is known color: Bird Flower. HEX triplet: D2, BC and 05. RGB value is (210,188,5). Sum of RGB (Red+Green+Blue) = 210+188+5=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BC05 is #2D43FA. Grayscale: #AEAEAE. Windows color (decimal): -2966523 or 376018. OLE color: 376018.
HSL color Cylindrical-coordinate representation of color #D2BC05: hue angle of 53.56º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2BC05 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.18 |
| HSL | 53.56º | 0.95% | 0.42% | - |
| HSV(B) | 53.56º | 0.98% | 0.82% | - |
| XYZ | 44.59 | 49.68 | 7.38 | - |
| YUV | 173.72 | 32.79 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 5 | 0 | 0.10 | 0.98 | 0.18 | 53.56 | 0.95 | 0.42 |
| Hex | D2 | BC | 5 | 0 | A | 62 | 12 | 36 | 5F | 2A |
| Octal | 322 | 274 | 5 | 0 | 12 | 142 | 22 | 66 | 137 | 52 |
| Binary | 11010010 | 10111100 | 101 | 0 | 1010 | 1100010 | 10010 | 110110 | 1011111 | 101010 |
Color Harmonies of #D2BC05
Complementary color
Monochromatic Colors of #D2BC05
Black with #D2BC05
Text Example
Text Example
White with #D2BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC05; }
p { color: rgb(210,188,5); }
H1.HeaderClassName
{
color: #D2BC05;
}
.AnyTagClassName
{
color: #D2BC05;
}
</style>
background-color css
<style>
a { background-color: #D2BC05; }
a { background-color: rgb(210,188,5); }
div.DivClassName
{
background-color: #D2BC05;
}
.BgClassName
{
background-color: #D2BC05;
}
</style>
border-color css
<style>
span { border-color: #D2BC05; }
span { border-color: rgb(210,188,5); }
td.TdClassName
{
border-color: #D2BC05;
}
.TagClassName
{
border-color: #D2BC05;
}
</style>