Shades of Bird Flower #C9C21B
Tints of Bird Flower #C9C21B
RGB
CMYK
RGB Variations
Color information
#C9C21B (or 0xC9C21B) is known color: Bird Flower. HEX triplet: C9, C2 and 1B. RGB value is (201,194,27). Sum of RGB (Red+Green+Blue) = 201+194+27=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C21B is #363DE4. Grayscale: #B1B1B1. Windows color (decimal): -3554789 or 1819337. OLE color: 1819337.
HSL color Cylindrical-coordinate representation of color #C9C21B: hue angle of 57.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9C21B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 27 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.21 |
| HSL | 57.59º | 0.76% | 0.45% | - |
| HSV(B) | 57.59º | 0.87% | 0.79% | - |
| XYZ | 43.58 | 51.08 | 8.6 | - |
| YUV | 177.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 27 | 0 | 0.03 | 0.87 | 0.21 | 57.59 | 0.76 | 0.45 |
| Hex | C9 | C2 | 1B | 0 | 3 | 57 | 15 | 3A | 4C | 2D |
| Octal | 311 | 302 | 33 | 0 | 3 | 127 | 25 | 72 | 114 | 55 |
| Binary | 11001001 | 11000010 | 11011 | 0 | 11 | 1010111 | 10101 | 111010 | 1001100 | 101101 |
Color Harmonies of #C9C21B
Complementary color
Monochromatic Colors of #C9C21B
Black with #C9C21B
Text Example
Text Example
White with #C9C21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C21B; }
p { color: rgb(201,194,27); }
H1.HeaderClassName
{
color: #C9C21B;
}
.AnyTagClassName
{
color: #C9C21B;
}
</style>
background-color css
<style>
a { background-color: #C9C21B; }
a { background-color: rgb(201,194,27); }
div.DivClassName
{
background-color: #C9C21B;
}
.BgClassName
{
background-color: #C9C21B;
}
</style>
border-color css
<style>
span { border-color: #C9C21B; }
span { border-color: rgb(201,194,27); }
td.TdClassName
{
border-color: #C9C21B;
}
.TagClassName
{
border-color: #C9C21B;
}
</style>