Shades of Bird Flower #C9B40F
Tints of Bird Flower #C9B40F
RGB
CMYK
RGB Variations
Color information
#C9B40F (or 0xC9B40F) is known color: Bird Flower. HEX triplet: C9, B4 and 0F. RGB value is (201,180,15). Sum of RGB (Red+Green+Blue) = 201+180+15=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B40F is #364BF0. Grayscale: #A8A8A8. Windows color (decimal): -3558385 or 1029321. OLE color: 1029321.
HSL color Cylindrical-coordinate representation of color #C9B40F: hue angle of 53.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9B40F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 15 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.21 |
| HSL | 53.23º | 0.86% | 0.42% | - |
| HSV(B) | 53.23º | 0.93% | 0.79% | - |
| XYZ | 40.49 | 45.09 | 7.02 | - |
| YUV | 167.47 | 41.96 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 15 | 0 | 0.10 | 0.93 | 0.21 | 53.23 | 0.86 | 0.42 |
| Hex | C9 | B4 | F | 0 | A | 5D | 15 | 35 | 56 | 2A |
| Octal | 311 | 264 | 17 | 0 | 12 | 135 | 25 | 65 | 126 | 52 |
| Binary | 11001001 | 10110100 | 1111 | 0 | 1010 | 1011101 | 10101 | 110101 | 1010110 | 101010 |
Color Harmonies of #C9B40F
Complementary color
Monochromatic Colors of #C9B40F
Black with #C9B40F
Text Example
Text Example
White with #C9B40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B40F; }
p { color: rgb(201,180,15); }
H1.HeaderClassName
{
color: #C9B40F;
}
.AnyTagClassName
{
color: #C9B40F;
}
</style>
background-color css
<style>
a { background-color: #C9B40F; }
a { background-color: rgb(201,180,15); }
div.DivClassName
{
background-color: #C9B40F;
}
.BgClassName
{
background-color: #C9B40F;
}
</style>
border-color css
<style>
span { border-color: #C9B40F; }
span { border-color: rgb(201,180,15); }
td.TdClassName
{
border-color: #C9B40F;
}
.TagClassName
{
border-color: #C9B40F;
}
</style>