Shades of Bird Flower #C9B906
Tints of Bird Flower #C9B906
RGB
CMYK
RGB Variations
Color information
#C9B906 (or 0xC9B906) is known color: Bird Flower. HEX triplet: C9, B9 and 06. RGB value is (201,185,6). Sum of RGB (Red+Green+Blue) = 201+185+6=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B906 is #3646F9. Grayscale: #AAAAAA. Windows color (decimal): -3557114 or 440777. OLE color: 440777.
HSL color Cylindrical-coordinate representation of color #C9B906: hue angle of 55.08º 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 #C9B906 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.21 |
| HSL | 55.08º | 0.94% | 0.41% | - |
| HSV(B) | 55.08º | 0.97% | 0.79% | - |
| XYZ | 41.47 | 47.13 | 7.08 | - |
| YUV | 169.38 | 35.8 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 6 | 0 | 0.08 | 0.97 | 0.21 | 55.08 | 0.94 | 0.41 |
| Hex | C9 | B9 | 6 | 0 | 8 | 61 | 15 | 37 | 5E | 29 |
| Octal | 311 | 271 | 6 | 0 | 10 | 141 | 25 | 67 | 136 | 51 |
| Binary | 11001001 | 10111001 | 110 | 0 | 1000 | 1100001 | 10101 | 110111 | 1011110 | 101001 |
Color Harmonies of #C9B906
Complementary color
Monochromatic Colors of #C9B906
Black with #C9B906
Text Example
Text Example
White with #C9B906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B906; }
p { color: rgb(201,185,6); }
H1.HeaderClassName
{
color: #C9B906;
}
.AnyTagClassName
{
color: #C9B906;
}
</style>
background-color css
<style>
a { background-color: #C9B906; }
a { background-color: rgb(201,185,6); }
div.DivClassName
{
background-color: #C9B906;
}
.BgClassName
{
background-color: #C9B906;
}
</style>
border-color css
<style>
span { border-color: #C9B906; }
span { border-color: rgb(201,185,6); }
td.TdClassName
{
border-color: #C9B906;
}
.TagClassName
{
border-color: #C9B906;
}
</style>