Shades of Bird Flower #D7B607
Tints of Bird Flower #D7B607
RGB
CMYK
RGB Variations
Color information
#D7B607 (or 0xD7B607) is known color: Bird Flower. HEX triplet: D7, B6 and 07. RGB value is (215,182,7). Sum of RGB (Red+Green+Blue) = 215+182+7=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B607 is #2849F8. Grayscale: #ACACAC. Windows color (decimal): -2640377 or 505559. OLE color: 505559.
HSL color Cylindrical-coordinate representation of color #D7B607: hue angle of 50.48º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7B607 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.16 |
| HSL | 50.48º | 0.94% | 0.44% | - |
| HSV(B) | 50.48º | 0.97% | 0.84% | - |
| XYZ | 44.79 | 47.92 | 7.09 | - |
| YUV | 171.92 | 34.93 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 7 | 0 | 0.15 | 0.97 | 0.16 | 50.48 | 0.94 | 0.44 |
| Hex | D7 | B6 | 7 | 0 | F | 61 | 10 | 32 | 5E | 2C |
| Octal | 327 | 266 | 7 | 0 | 17 | 141 | 20 | 62 | 136 | 54 |
| Binary | 11010111 | 10110110 | 111 | 0 | 1111 | 1100001 | 10000 | 110010 | 1011110 | 101100 |
Color Harmonies of #D7B607
Complementary color
Monochromatic Colors of #D7B607
Black with #D7B607
Text Example
Text Example
White with #D7B607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B607; }
p { color: rgb(215,182,7); }
H1.HeaderClassName
{
color: #D7B607;
}
.AnyTagClassName
{
color: #D7B607;
}
</style>
background-color css
<style>
a { background-color: #D7B607; }
a { background-color: rgb(215,182,7); }
div.DivClassName
{
background-color: #D7B607;
}
.BgClassName
{
background-color: #D7B607;
}
</style>
border-color css
<style>
span { border-color: #D7B607; }
span { border-color: rgb(215,182,7); }
td.TdClassName
{
border-color: #D7B607;
}
.TagClassName
{
border-color: #D7B607;
}
</style>