Shades of Bird Flower #D5BC01
Tints of Bird Flower #D5BC01
RGB
CMYK
RGB Variations
Color information
#D5BC01 (or 0xD5BC01) is known color: Bird Flower. HEX triplet: D5, BC and 01. RGB value is (213,188,1). Sum of RGB (Red+Green+Blue) = 213+188+1=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BC01 is #2A43FE. Grayscale: #AEAEAE. Windows color (decimal): -2769919 or 113877. OLE color: 113877.
HSL color Cylindrical-coordinate representation of color #D5BC01: hue angle of 52.92º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5BC01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.16 |
| HSL | 52.92º | 0.99% | 0.42% | - |
| HSV(B) | 52.92º | 1% | 0.84% | - |
| XYZ | 45.43 | 50.11 | 7.31 | - |
| YUV | 174.16 | 30.28 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 1 | 0 | 0.12 | 1.00 | 0.16 | 52.92 | 0.99 | 0.42 |
| Hex | D5 | BC | 1 | 0 | C | 64 | 10 | 35 | 63 | 2A |
| Octal | 325 | 274 | 1 | 0 | 14 | 144 | 20 | 65 | 143 | 52 |
| Binary | 11010101 | 10111100 | 1 | 0 | 1100 | 1100100 | 10000 | 110101 | 1100011 | 101010 |
Color Harmonies of #D5BC01
Complementary color
Monochromatic Colors of #D5BC01
Black with #D5BC01
Text Example
Text Example
White with #D5BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC01; }
p { color: rgb(213,188,1); }
H1.HeaderClassName
{
color: #D5BC01;
}
.AnyTagClassName
{
color: #D5BC01;
}
</style>
background-color css
<style>
a { background-color: #D5BC01; }
a { background-color: rgb(213,188,1); }
div.DivClassName
{
background-color: #D5BC01;
}
.BgClassName
{
background-color: #D5BC01;
}
</style>
border-color css
<style>
span { border-color: #D5BC01; }
span { border-color: rgb(213,188,1); }
td.TdClassName
{
border-color: #D5BC01;
}
.TagClassName
{
border-color: #D5BC01;
}
</style>