Shades of Bird Flower #C9B30B
Tints of Bird Flower #C9B30B
RGB
CMYK
RGB Variations
Color information
#C9B30B (or 0xC9B30B) is known color: Bird Flower. HEX triplet: C9, B3 and 0B. RGB value is (201,179,11). Sum of RGB (Red+Green+Blue) = 201+179+11=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B30B is #364CF4. Grayscale: #A7A7A7. Windows color (decimal): -3558645 or 766921. OLE color: 766921.
HSL color Cylindrical-coordinate representation of color #C9B30B: hue angle of 53.05º 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 #C9B30B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.21 |
| HSL | 53.05º | 0.9% | 0.42% | - |
| HSV(B) | 53.05º | 0.95% | 0.79% | - |
| XYZ | 40.27 | 44.68 | 6.82 | - |
| YUV | 166.43 | 40.29 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 11 | 0 | 0.11 | 0.95 | 0.21 | 53.05 | 0.9 | 0.42 |
| Hex | C9 | B3 | B | 0 | B | 5F | 15 | 35 | 5A | 2A |
| Octal | 311 | 263 | 13 | 0 | 13 | 137 | 25 | 65 | 132 | 52 |
| Binary | 11001001 | 10110011 | 1011 | 0 | 1011 | 1011111 | 10101 | 110101 | 1011010 | 101010 |
Color Harmonies of #C9B30B
Complementary color
Monochromatic Colors of #C9B30B
Black with #C9B30B
Text Example
Text Example
White with #C9B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B30B; }
p { color: rgb(201,179,11); }
H1.HeaderClassName
{
color: #C9B30B;
}
.AnyTagClassName
{
color: #C9B30B;
}
</style>
background-color css
<style>
a { background-color: #C9B30B; }
a { background-color: rgb(201,179,11); }
div.DivClassName
{
background-color: #C9B30B;
}
.BgClassName
{
background-color: #C9B30B;
}
</style>
border-color css
<style>
span { border-color: #C9B30B; }
span { border-color: rgb(201,179,11); }
td.TdClassName
{
border-color: #C9B30B;
}
.TagClassName
{
border-color: #C9B30B;
}
</style>