Shades of Bird Flower #C8B307
Tints of Bird Flower #C8B307
RGB
CMYK
RGB Variations
Color information
#C8B307 (or 0xC8B307) is known color: Bird Flower. HEX triplet: C8, B3 and 07. RGB value is (200,179,7). Sum of RGB (Red+Green+Blue) = 200+179+7=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B307 is #374CF8. Grayscale: #A6A6A6. Windows color (decimal): -3624185 or 504776. OLE color: 504776.
HSL color Cylindrical-coordinate representation of color #C8B307: hue angle of 53.47º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8B307 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 7 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.22 |
| HSL | 53.47º | 0.93% | 0.41% | - |
| HSV(B) | 53.47º | 0.97% | 0.78% | - |
| XYZ | 39.98 | 44.53 | 6.69 | - |
| YUV | 165.67 | 38.46 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 7 | 0 | 0.10 | 0.96 | 0.22 | 53.47 | 0.93 | 0.41 |
| Hex | C8 | B3 | 7 | 0 | A | 60 | 16 | 35 | 5D | 29 |
| Octal | 310 | 263 | 7 | 0 | 12 | 140 | 26 | 65 | 135 | 51 |
| Binary | 11001000 | 10110011 | 111 | 0 | 1010 | 1100000 | 10110 | 110101 | 1011101 | 101001 |
Color Harmonies of #C8B307
Complementary color
Monochromatic Colors of #C8B307
Black with #C8B307
Text Example
Text Example
White with #C8B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B307; }
p { color: rgb(200,179,7); }
H1.HeaderClassName
{
color: #C8B307;
}
.AnyTagClassName
{
color: #C8B307;
}
</style>
background-color css
<style>
a { background-color: #C8B307; }
a { background-color: rgb(200,179,7); }
div.DivClassName
{
background-color: #C8B307;
}
.BgClassName
{
background-color: #C8B307;
}
</style>
border-color css
<style>
span { border-color: #C8B307; }
span { border-color: rgb(200,179,7); }
td.TdClassName
{
border-color: #C8B307;
}
.TagClassName
{
border-color: #C8B307;
}
</style>