Shades of Bird Flower #C9B220
Tints of Bird Flower #C9B220
RGB
CMYK
RGB Variations
Color information
#C9B220 (or 0xC9B220) is known color: Bird Flower. HEX triplet: C9, B2 and 20. RGB value is (201,178,32). Sum of RGB (Red+Green+Blue) = 201+178+32=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B220 is #364DDF. Grayscale: #A8A8A8. Windows color (decimal): -3558880 or 2142921. OLE color: 2142921.
HSL color Cylindrical-coordinate representation of color #C9B220: hue angle of 51.83º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9B220 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 32 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.21 |
| HSL | 51.83º | 0.73% | 0.46% | - |
| HSV(B) | 51.83º | 0.84% | 0.79% | - |
| XYZ | 40.27 | 44.36 | 7.81 | - |
| YUV | 168.23 | 51.12 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 32 | 0 | 0.11 | 0.84 | 0.21 | 51.83 | 0.73 | 0.46 |
| Hex | C9 | B2 | 20 | 0 | B | 54 | 15 | 34 | 49 | 2E |
| Octal | 311 | 262 | 40 | 0 | 13 | 124 | 25 | 64 | 111 | 56 |
| Binary | 11001001 | 10110010 | 100000 | 0 | 1011 | 1010100 | 10101 | 110100 | 1001001 | 101110 |
Color Harmonies of #C9B220
Complementary color
Monochromatic Colors of #C9B220
Black with #C9B220
Text Example
Text Example
White with #C9B220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B220; }
p { color: rgb(201,178,32); }
H1.HeaderClassName
{
color: #C9B220;
}
.AnyTagClassName
{
color: #C9B220;
}
</style>
background-color css
<style>
a { background-color: #C9B220; }
a { background-color: rgb(201,178,32); }
div.DivClassName
{
background-color: #C9B220;
}
.BgClassName
{
background-color: #C9B220;
}
</style>
border-color css
<style>
span { border-color: #C9B220; }
span { border-color: rgb(201,178,32); }
td.TdClassName
{
border-color: #C9B220;
}
.TagClassName
{
border-color: #C9B220;
}
</style>