Shades of Bird Flower #D7B905
Tints of Bird Flower #D7B905
RGB
CMYK
RGB Variations
Color information
#D7B905 (or 0xD7B905) is known color: Bird Flower. HEX triplet: D7, B9 and 05. RGB value is (215,185,5). Sum of RGB (Red+Green+Blue) = 215+185+5=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B905 is #2846FA. Grayscale: #AEAEAE. Windows color (decimal): -2639611 or 375255. OLE color: 375255.
HSL color Cylindrical-coordinate representation of color #D7B905: hue angle of 51.43º degrees, saturation: 0.95, 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 #D7B905 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.16 |
| HSL | 51.43º | 0.95% | 0.43% | - |
| HSV(B) | 51.43º | 0.98% | 0.84% | - |
| XYZ | 45.4 | 49.16 | 7.24 | - |
| YUV | 173.45 | 32.94 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 5 | 0 | 0.14 | 0.98 | 0.16 | 51.43 | 0.95 | 0.43 |
| Hex | D7 | B9 | 5 | 0 | E | 62 | 10 | 33 | 5F | 2B |
| Octal | 327 | 271 | 5 | 0 | 16 | 142 | 20 | 63 | 137 | 53 |
| Binary | 11010111 | 10111001 | 101 | 0 | 1110 | 1100010 | 10000 | 110011 | 1011111 | 101011 |
Color Harmonies of #D7B905
Complementary color
Monochromatic Colors of #D7B905
Black with #D7B905
Text Example
Text Example
White with #D7B905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B905; }
p { color: rgb(215,185,5); }
H1.HeaderClassName
{
color: #D7B905;
}
.AnyTagClassName
{
color: #D7B905;
}
</style>
background-color css
<style>
a { background-color: #D7B905; }
a { background-color: rgb(215,185,5); }
div.DivClassName
{
background-color: #D7B905;
}
.BgClassName
{
background-color: #D7B905;
}
</style>
border-color css
<style>
span { border-color: #D7B905; }
span { border-color: rgb(215,185,5); }
td.TdClassName
{
border-color: #D7B905;
}
.TagClassName
{
border-color: #D7B905;
}
</style>