Shades of Bird Flower #D6B307
Tints of Bird Flower #D6B307
RGB
CMYK
RGB Variations
Color information
#D6B307 (or 0xD6B307) is known color: Bird Flower. HEX triplet: D6, B3 and 07. RGB value is (214,179,7). Sum of RGB (Red+Green+Blue) = 214+179+7=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B307 is #294CF8. Grayscale: #AAAAAA. Windows color (decimal): -2706681 or 504790. OLE color: 504790.
HSL color Cylindrical-coordinate representation of color #D6B307: hue angle of 49.86º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6B307 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.16 |
| HSL | 49.86º | 0.94% | 0.43% | - |
| HSV(B) | 49.86º | 0.97% | 0.84% | - |
| XYZ | 43.89 | 46.55 | 6.87 | - |
| YUV | 169.86 | 36.1 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 7 | 0 | 0.16 | 0.97 | 0.16 | 49.86 | 0.94 | 0.43 |
| Hex | D6 | B3 | 7 | 0 | 10 | 61 | 10 | 32 | 5E | 2B |
| Octal | 326 | 263 | 7 | 0 | 20 | 141 | 20 | 62 | 136 | 53 |
| Binary | 11010110 | 10110011 | 111 | 0 | 10000 | 1100001 | 10000 | 110010 | 1011110 | 101011 |
Color Harmonies of #D6B307
Complementary color
Monochromatic Colors of #D6B307
Black with #D6B307
Text Example
Text Example
White with #D6B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B307; }
p { color: rgb(214,179,7); }
H1.HeaderClassName
{
color: #D6B307;
}
.AnyTagClassName
{
color: #D6B307;
}
</style>
background-color css
<style>
a { background-color: #D6B307; }
a { background-color: rgb(214,179,7); }
div.DivClassName
{
background-color: #D6B307;
}
.BgClassName
{
background-color: #D6B307;
}
</style>
border-color css
<style>
span { border-color: #D6B307; }
span { border-color: rgb(214,179,7); }
td.TdClassName
{
border-color: #D6B307;
}
.TagClassName
{
border-color: #D6B307;
}
</style>