Shades of Bird Flower #CFC009
Tints of Bird Flower #CFC009
RGB
CMYK
RGB Variations
Color information
#CFC009 (or 0xCFC009) is known color: Bird Flower. HEX triplet: CF, C0 and 09. RGB value is (207,192,9). Sum of RGB (Red+Green+Blue) = 207+192+9=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC009 is #303FF6. Grayscale: #B0B0B0. Windows color (decimal): -3162103 or 639183. OLE color: 639183.
HSL color Cylindrical-coordinate representation of color #CFC009: hue angle of 55.45º 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 #CFC009 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.19 |
| HSL | 55.45º | 0.92% | 0.42% | - |
| HSV(B) | 55.45º | 0.96% | 0.81% | - |
| XYZ | 44.63 | 50.98 | 7.75 | - |
| YUV | 175.62 | 33.97 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 9 | 0 | 0.07 | 0.96 | 0.19 | 55.45 | 0.92 | 0.42 |
| Hex | CF | C0 | 9 | 0 | 7 | 60 | 13 | 37 | 5C | 2A |
| Octal | 317 | 300 | 11 | 0 | 7 | 140 | 23 | 67 | 134 | 52 |
| Binary | 11001111 | 11000000 | 1001 | 0 | 111 | 1100000 | 10011 | 110111 | 1011100 | 101010 |
Color Harmonies of #CFC009
Complementary color
Monochromatic Colors of #CFC009
Black with #CFC009
Text Example
Text Example
White with #CFC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC009; }
p { color: rgb(207,192,9); }
H1.HeaderClassName
{
color: #CFC009;
}
.AnyTagClassName
{
color: #CFC009;
}
</style>
background-color css
<style>
a { background-color: #CFC009; }
a { background-color: rgb(207,192,9); }
div.DivClassName
{
background-color: #CFC009;
}
.BgClassName
{
background-color: #CFC009;
}
</style>
border-color css
<style>
span { border-color: #CFC009; }
span { border-color: rgb(207,192,9); }
td.TdClassName
{
border-color: #CFC009;
}
.TagClassName
{
border-color: #CFC009;
}
</style>