Shades of Bird Flower #C9B417
Tints of Bird Flower #C9B417
RGB
CMYK
RGB Variations
Color information
#C9B417 (or 0xC9B417) is known color: Bird Flower. HEX triplet: C9, B4 and 17. RGB value is (201,180,23). Sum of RGB (Red+Green+Blue) = 201+180+23=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B417 is #364BE8. Grayscale: #A9A9A9. Windows color (decimal): -3558377 or 1553609. OLE color: 1553609.
HSL color Cylindrical-coordinate representation of color #C9B417: hue angle of 52.92º 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 #C9B417 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 23 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.21 |
| HSL | 52.92º | 0.79% | 0.44% | - |
| HSV(B) | 52.92º | 0.89% | 0.79% | - |
| XYZ | 40.56 | 45.12 | 7.38 | - |
| YUV | 168.38 | 45.96 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 23 | 0 | 0.10 | 0.89 | 0.21 | 52.92 | 0.79 | 0.44 |
| Hex | C9 | B4 | 17 | 0 | A | 59 | 15 | 35 | 4F | 2C |
| Octal | 311 | 264 | 27 | 0 | 12 | 131 | 25 | 65 | 117 | 54 |
| Binary | 11001001 | 10110100 | 10111 | 0 | 1010 | 1011001 | 10101 | 110101 | 1001111 | 101100 |
Color Harmonies of #C9B417
Complementary color
Monochromatic Colors of #C9B417
Black with #C9B417
Text Example
Text Example
White with #C9B417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B417; }
p { color: rgb(201,180,23); }
H1.HeaderClassName
{
color: #C9B417;
}
.AnyTagClassName
{
color: #C9B417;
}
</style>
background-color css
<style>
a { background-color: #C9B417; }
a { background-color: rgb(201,180,23); }
div.DivClassName
{
background-color: #C9B417;
}
.BgClassName
{
background-color: #C9B417;
}
</style>
border-color css
<style>
span { border-color: #C9B417; }
span { border-color: rgb(201,180,23); }
td.TdClassName
{
border-color: #C9B417;
}
.TagClassName
{
border-color: #C9B417;
}
</style>