Shades of Bird Flower #C9B40B
Tints of Bird Flower #C9B40B
RGB
CMYK
RGB Variations
Color information
#C9B40B (or 0xC9B40B) is known color: Bird Flower. HEX triplet: C9, B4 and 0B. RGB value is (201,180,11). Sum of RGB (Red+Green+Blue) = 201+180+11=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B40B is #364BF4. Grayscale: #A7A7A7. Windows color (decimal): -3558389 or 767177. OLE color: 767177.
HSL color Cylindrical-coordinate representation of color #C9B40B: hue angle of 53.37º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9B40B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.21 |
| HSL | 53.37º | 0.9% | 0.42% | - |
| HSV(B) | 53.37º | 0.95% | 0.79% | - |
| XYZ | 40.47 | 45.08 | 6.89 | - |
| YUV | 167.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 11 | 0 | 0.10 | 0.95 | 0.21 | 53.37 | 0.9 | 0.42 |
| Hex | C9 | B4 | B | 0 | A | 5F | 15 | 35 | 5A | 2A |
| Octal | 311 | 264 | 13 | 0 | 12 | 137 | 25 | 65 | 132 | 52 |
| Binary | 11001001 | 10110100 | 1011 | 0 | 1010 | 1011111 | 10101 | 110101 | 1011010 | 101010 |
Color Harmonies of #C9B40B
Complementary color
Monochromatic Colors of #C9B40B
Black with #C9B40B
Text Example
Text Example
White with #C9B40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B40B; }
p { color: rgb(201,180,11); }
H1.HeaderClassName
{
color: #C9B40B;
}
.AnyTagClassName
{
color: #C9B40B;
}
</style>
background-color css
<style>
a { background-color: #C9B40B; }
a { background-color: rgb(201,180,11); }
div.DivClassName
{
background-color: #C9B40B;
}
.BgClassName
{
background-color: #C9B40B;
}
</style>
border-color css
<style>
span { border-color: #C9B40B; }
span { border-color: rgb(201,180,11); }
td.TdClassName
{
border-color: #C9B40B;
}
.TagClassName
{
border-color: #C9B40B;
}
</style>