Shades of Bird Flower #D5B904
Tints of Bird Flower #D5B904
RGB
CMYK
RGB Variations
Color information
#D5B904 (or 0xD5B904) is known color: Bird Flower. HEX triplet: D5, B9 and 04. RGB value is (213,185,4). Sum of RGB (Red+Green+Blue) = 213+185+4=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B904 is #2A46FB. Grayscale: #ADADAD. Windows color (decimal): -2770684 or 309717. OLE color: 309717.
HSL color Cylindrical-coordinate representation of color #D5B904: hue angle of 51.96º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5B904 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.16 |
| HSL | 51.96º | 0.96% | 0.43% | - |
| HSV(B) | 51.96º | 0.98% | 0.84% | - |
| XYZ | 44.81 | 48.85 | 7.18 | - |
| YUV | 172.74 | 32.78 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 4 | 0 | 0.13 | 0.98 | 0.16 | 51.96 | 0.96 | 0.43 |
| Hex | D5 | B9 | 4 | 0 | D | 62 | 10 | 34 | 60 | 2B |
| Octal | 325 | 271 | 4 | 0 | 15 | 142 | 20 | 64 | 140 | 53 |
| Binary | 11010101 | 10111001 | 100 | 0 | 1101 | 1100010 | 10000 | 110100 | 1100000 | 101011 |
Color Harmonies of #D5B904
Complementary color
Monochromatic Colors of #D5B904
Black with #D5B904
Text Example
Text Example
White with #D5B904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B904; }
p { color: rgb(213,185,4); }
H1.HeaderClassName
{
color: #D5B904;
}
.AnyTagClassName
{
color: #D5B904;
}
</style>
background-color css
<style>
a { background-color: #D5B904; }
a { background-color: rgb(213,185,4); }
div.DivClassName
{
background-color: #D5B904;
}
.BgClassName
{
background-color: #D5B904;
}
</style>
border-color css
<style>
span { border-color: #D5B904; }
span { border-color: rgb(213,185,4); }
td.TdClassName
{
border-color: #D5B904;
}
.TagClassName
{
border-color: #D5B904;
}
</style>