Shades of Bird Flower #C9B706
Tints of Bird Flower #C9B706
RGB
CMYK
RGB Variations
Color information
#C9B706 (or 0xC9B706) is known color: Bird Flower. HEX triplet: C9, B7 and 06. RGB value is (201,183,6). Sum of RGB (Red+Green+Blue) = 201+183+6=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B706 is #3648F9. Grayscale: #A8A8A8. Windows color (decimal): -3557626 or 440265. OLE color: 440265.
HSL color Cylindrical-coordinate representation of color #C9B706: hue angle of 54.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9B706 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 6 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.21 |
| HSL | 54.46º | 0.94% | 0.41% | - |
| HSV(B) | 54.46º | 0.97% | 0.79% | - |
| XYZ | 41.05 | 46.3 | 6.94 | - |
| YUV | 168.2 | 36.46 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 6 | 0 | 0.09 | 0.97 | 0.21 | 54.46 | 0.94 | 0.41 |
| Hex | C9 | B7 | 6 | 0 | 9 | 61 | 15 | 36 | 5E | 29 |
| Octal | 311 | 267 | 6 | 0 | 11 | 141 | 25 | 66 | 136 | 51 |
| Binary | 11001001 | 10110111 | 110 | 0 | 1001 | 1100001 | 10101 | 110110 | 1011110 | 101001 |
Color Harmonies of #C9B706
Complementary color
Monochromatic Colors of #C9B706
Black with #C9B706
Text Example
Text Example
White with #C9B706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B706; }
p { color: rgb(201,183,6); }
H1.HeaderClassName
{
color: #C9B706;
}
.AnyTagClassName
{
color: #C9B706;
}
</style>
background-color css
<style>
a { background-color: #C9B706; }
a { background-color: rgb(201,183,6); }
div.DivClassName
{
background-color: #C9B706;
}
.BgClassName
{
background-color: #C9B706;
}
</style>
border-color css
<style>
span { border-color: #C9B706; }
span { border-color: rgb(201,183,6); }
td.TdClassName
{
border-color: #C9B706;
}
.TagClassName
{
border-color: #C9B706;
}
</style>