Shades of Bird Flower #D5BC02
Tints of Bird Flower #D5BC02
RGB
CMYK
RGB Variations
Color information
#D5BC02 (or 0xD5BC02) is known color: Bird Flower. HEX triplet: D5, BC and 02. RGB value is (213,188,2). Sum of RGB (Red+Green+Blue) = 213+188+2=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BC02 is #2A43FD. Grayscale: #AFAFAF. Windows color (decimal): -2769918 or 179413. OLE color: 179413.
HSL color Cylindrical-coordinate representation of color #D5BC02: hue angle of 52.89º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5BC02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.16 |
| HSL | 52.89º | 0.98% | 0.42% | - |
| HSV(B) | 52.89º | 0.99% | 0.84% | - |
| XYZ | 45.43 | 50.12 | 7.34 | - |
| YUV | 174.27 | 30.78 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 2 | 0 | 0.12 | 0.99 | 0.16 | 52.89 | 0.98 | 0.42 |
| Hex | D5 | BC | 2 | 0 | C | 63 | 10 | 35 | 62 | 2A |
| Octal | 325 | 274 | 2 | 0 | 14 | 143 | 20 | 65 | 142 | 52 |
| Binary | 11010101 | 10111100 | 10 | 0 | 1100 | 1100011 | 10000 | 110101 | 1100010 | 101010 |
Color Harmonies of #D5BC02
Complementary color
Monochromatic Colors of #D5BC02
Black with #D5BC02
Text Example
Text Example
White with #D5BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC02; }
p { color: rgb(213,188,2); }
H1.HeaderClassName
{
color: #D5BC02;
}
.AnyTagClassName
{
color: #D5BC02;
}
</style>
background-color css
<style>
a { background-color: #D5BC02; }
a { background-color: rgb(213,188,2); }
div.DivClassName
{
background-color: #D5BC02;
}
.BgClassName
{
background-color: #D5BC02;
}
</style>
border-color css
<style>
span { border-color: #D5BC02; }
span { border-color: rgb(213,188,2); }
td.TdClassName
{
border-color: #D5BC02;
}
.TagClassName
{
border-color: #D5BC02;
}
</style>