Shades of Bird Flower #CFC909
Tints of Bird Flower #CFC909
RGB
CMYK
RGB Variations
Color information
#CFC909 (or 0xCFC909) is known color: Bird Flower. HEX triplet: CF, C9 and 09. RGB value is (207,201,9). Sum of RGB (Red+Green+Blue) = 207+201+9=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC909 is #3036F6. Grayscale: #B5B5B5. Windows color (decimal): -3159799 or 641487. OLE color: 641487.
HSL color Cylindrical-coordinate representation of color #CFC909: hue angle of 58.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFC909 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.19 |
| HSL | 58.18º | 0.92% | 0.42% | - |
| HSV(B) | 58.18º | 0.96% | 0.81% | - |
| XYZ | 46.67 | 55.06 | 8.43 | - |
| YUV | 180.91 | 30.99 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 9 | 0 | 0.03 | 0.96 | 0.19 | 58.18 | 0.92 | 0.42 |
| Hex | CF | C9 | 9 | 0 | 3 | 60 | 13 | 3A | 5C | 2A |
| Octal | 317 | 311 | 11 | 0 | 3 | 140 | 23 | 72 | 134 | 52 |
| Binary | 11001111 | 11001001 | 1001 | 0 | 11 | 1100000 | 10011 | 111010 | 1011100 | 101010 |
Color Harmonies of #CFC909
Complementary color
Monochromatic Colors of #CFC909
Black with #CFC909
Text Example
Text Example
White with #CFC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC909; }
p { color: rgb(207,201,9); }
H1.HeaderClassName
{
color: #CFC909;
}
.AnyTagClassName
{
color: #CFC909;
}
</style>
background-color css
<style>
a { background-color: #CFC909; }
a { background-color: rgb(207,201,9); }
div.DivClassName
{
background-color: #CFC909;
}
.BgClassName
{
background-color: #CFC909;
}
</style>
border-color css
<style>
span { border-color: #CFC909; }
span { border-color: rgb(207,201,9); }
td.TdClassName
{
border-color: #CFC909;
}
.TagClassName
{
border-color: #CFC909;
}
</style>