Shades of Bird Flower #C9C717
Tints of Bird Flower #C9C717
RGB
CMYK
RGB Variations
Color information
#C9C717 (or 0xC9C717) is known color: Bird Flower. HEX triplet: C9, C7 and 17. RGB value is (201,199,23). Sum of RGB (Red+Green+Blue) = 201+199+23=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C717 is #3638E8. Grayscale: #B4B4B4. Windows color (decimal): -3553513 or 1558473. OLE color: 1558473.
HSL color Cylindrical-coordinate representation of color #C9C717: hue angle of 59.33º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9C717 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 23 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.21 |
| HSL | 59.33º | 0.79% | 0.44% | - |
| HSV(B) | 59.33º | 0.89% | 0.79% | - |
| XYZ | 44.67 | 53.33 | 8.75 | - |
| YUV | 179.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 23 | 0 | 0.01 | 0.89 | 0.21 | 59.33 | 0.79 | 0.44 |
| Hex | C9 | C7 | 17 | 0 | 1 | 59 | 15 | 3B | 4F | 2C |
| Octal | 311 | 307 | 27 | 0 | 1 | 131 | 25 | 73 | 117 | 54 |
| Binary | 11001001 | 11000111 | 10111 | 0 | 1 | 1011001 | 10101 | 111011 | 1001111 | 101100 |
Color Harmonies of #C9C717
Complementary color
Monochromatic Colors of #C9C717
Black with #C9C717
Text Example
Text Example
White with #C9C717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C717; }
p { color: rgb(201,199,23); }
H1.HeaderClassName
{
color: #C9C717;
}
.AnyTagClassName
{
color: #C9C717;
}
</style>
background-color css
<style>
a { background-color: #C9C717; }
a { background-color: rgb(201,199,23); }
div.DivClassName
{
background-color: #C9C717;
}
.BgClassName
{
background-color: #C9C717;
}
</style>
border-color css
<style>
span { border-color: #C9C717; }
span { border-color: rgb(201,199,23); }
td.TdClassName
{
border-color: #C9C717;
}
.TagClassName
{
border-color: #C9C717;
}
</style>