Shades of Bird Flower #D5BC10
Tints of Bird Flower #D5BC10
RGB
CMYK
RGB Variations
Color information
#D5BC10 (or 0xD5BC10) is known color: Bird Flower. HEX triplet: D5, BC and 10. RGB value is (213,188,16). Sum of RGB (Red+Green+Blue) = 213+188+16=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BC10 is #2A43EF. Grayscale: #B0B0B0. Windows color (decimal): -2769904 or 1096917. OLE color: 1096917.
HSL color Cylindrical-coordinate representation of color #D5BC10: hue angle of 52.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5BC10 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.16 |
| HSL | 52.39º | 0.86% | 0.45% | - |
| HSV(B) | 52.39º | 0.92% | 0.84% | - |
| XYZ | 45.52 | 50.15 | 7.77 | - |
| YUV | 175.87 | 37.78 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 16 | 0 | 0.12 | 0.92 | 0.16 | 52.39 | 0.86 | 0.45 |
| Hex | D5 | BC | 10 | 0 | C | 5C | 10 | 34 | 56 | 2D |
| Octal | 325 | 274 | 20 | 0 | 14 | 134 | 20 | 64 | 126 | 55 |
| Binary | 11010101 | 10111100 | 10000 | 0 | 1100 | 1011100 | 10000 | 110100 | 1010110 | 101101 |
Color Harmonies of #D5BC10
Complementary color
Monochromatic Colors of #D5BC10
Black with #D5BC10
Text Example
Text Example
White with #D5BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC10; }
p { color: rgb(213,188,16); }
H1.HeaderClassName
{
color: #D5BC10;
}
.AnyTagClassName
{
color: #D5BC10;
}
</style>
background-color css
<style>
a { background-color: #D5BC10; }
a { background-color: rgb(213,188,16); }
div.DivClassName
{
background-color: #D5BC10;
}
.BgClassName
{
background-color: #D5BC10;
}
</style>
border-color css
<style>
span { border-color: #D5BC10; }
span { border-color: rgb(213,188,16); }
td.TdClassName
{
border-color: #D5BC10;
}
.TagClassName
{
border-color: #D5BC10;
}
</style>