Shades of Bird Flower #C9C20D
Tints of Bird Flower #C9C20D
RGB
CMYK
RGB Variations
Color information
#C9C20D (or 0xC9C20D) is known color: Bird Flower. HEX triplet: C9, C2 and 0D. RGB value is (201,194,13). Sum of RGB (Red+Green+Blue) = 201+194+13=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C20D is #363DF2. Grayscale: #B0B0B0. Windows color (decimal): -3554803 or 901833. OLE color: 901833.
HSL color Cylindrical-coordinate representation of color #C9C20D: hue angle of 57.77º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9C20D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.21 |
| HSL | 57.77º | 0.88% | 0.42% | - |
| HSV(B) | 57.77º | 0.94% | 0.79% | - |
| XYZ | 43.45 | 51.03 | 7.94 | - |
| YUV | 175.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 13 | 0 | 0.03 | 0.94 | 0.21 | 57.77 | 0.88 | 0.42 |
| Hex | C9 | C2 | D | 0 | 3 | 5E | 15 | 3A | 58 | 2A |
| Octal | 311 | 302 | 15 | 0 | 3 | 136 | 25 | 72 | 130 | 52 |
| Binary | 11001001 | 11000010 | 1101 | 0 | 11 | 1011110 | 10101 | 111010 | 1011000 | 101010 |
Color Harmonies of #C9C20D
Complementary color
Monochromatic Colors of #C9C20D
Black with #C9C20D
Text Example
Text Example
White with #C9C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C20D; }
p { color: rgb(201,194,13); }
H1.HeaderClassName
{
color: #C9C20D;
}
.AnyTagClassName
{
color: #C9C20D;
}
</style>
background-color css
<style>
a { background-color: #C9C20D; }
a { background-color: rgb(201,194,13); }
div.DivClassName
{
background-color: #C9C20D;
}
.BgClassName
{
background-color: #C9C20D;
}
</style>
border-color css
<style>
span { border-color: #C9C20D; }
span { border-color: rgb(201,194,13); }
td.TdClassName
{
border-color: #C9C20D;
}
.TagClassName
{
border-color: #C9C20D;
}
</style>