Shades of Bird Flower #C9B20B
Tints of Bird Flower #C9B20B
RGB
CMYK
RGB Variations
Color information
#C9B20B (or 0xC9B20B) is known color: Bird Flower. HEX triplet: C9, B2 and 0B. RGB value is (201,178,11). Sum of RGB (Red+Green+Blue) = 201+178+11=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B20B is #364DF4. Grayscale: #A6A6A6. Windows color (decimal): -3558901 or 766665. OLE color: 766665.
HSL color Cylindrical-coordinate representation of color #C9B20B: hue angle of 52.74º 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 #C9B20B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.21 |
| HSL | 52.74º | 0.9% | 0.42% | - |
| HSV(B) | 52.74º | 0.95% | 0.79% | - |
| XYZ | 40.07 | 44.28 | 6.75 | - |
| YUV | 165.84 | 40.62 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 11 | 0 | 0.11 | 0.95 | 0.21 | 52.74 | 0.9 | 0.42 |
| Hex | C9 | B2 | B | 0 | B | 5F | 15 | 35 | 5A | 2A |
| Octal | 311 | 262 | 13 | 0 | 13 | 137 | 25 | 65 | 132 | 52 |
| Binary | 11001001 | 10110010 | 1011 | 0 | 1011 | 1011111 | 10101 | 110101 | 1011010 | 101010 |
Color Harmonies of #C9B20B
Complementary color
Monochromatic Colors of #C9B20B
Black with #C9B20B
Text Example
Text Example
White with #C9B20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B20B; }
p { color: rgb(201,178,11); }
H1.HeaderClassName
{
color: #C9B20B;
}
.AnyTagClassName
{
color: #C9B20B;
}
</style>
background-color css
<style>
a { background-color: #C9B20B; }
a { background-color: rgb(201,178,11); }
div.DivClassName
{
background-color: #C9B20B;
}
.BgClassName
{
background-color: #C9B20B;
}
</style>
border-color css
<style>
span { border-color: #C9B20B; }
span { border-color: rgb(201,178,11); }
td.TdClassName
{
border-color: #C9B20B;
}
.TagClassName
{
border-color: #C9B20B;
}
</style>