Shades of Bird Flower #CFB109
Tints of Bird Flower #CFB109
RGB
CMYK
RGB Variations
Color information
#CFB109 (or 0xCFB109) is known color: Bird Flower. HEX triplet: CF, B1 and 09. RGB value is (207,177,9). Sum of RGB (Red+Green+Blue) = 207+177+9=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB109 is #304EF6. Grayscale: #A7A7A7. Windows color (decimal): -3165943 or 635343. OLE color: 635343.
HSL color Cylindrical-coordinate representation of color #CFB109: hue angle of 50.91º 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 #CFB109 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 9 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.19 |
| HSL | 50.91º | 0.92% | 0.42% | - |
| HSV(B) | 50.91º | 0.96% | 0.81% | - |
| XYZ | 41.5 | 44.73 | 6.7 | - |
| YUV | 166.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 9 | 0 | 0.14 | 0.96 | 0.19 | 50.91 | 0.92 | 0.42 |
| Hex | CF | B1 | 9 | 0 | E | 60 | 13 | 33 | 5C | 2A |
| Octal | 317 | 261 | 11 | 0 | 16 | 140 | 23 | 63 | 134 | 52 |
| Binary | 11001111 | 10110001 | 1001 | 0 | 1110 | 1100000 | 10011 | 110011 | 1011100 | 101010 |
Color Harmonies of #CFB109
Complementary color
Monochromatic Colors of #CFB109
Black with #CFB109
Text Example
Text Example
White with #CFB109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB109; }
p { color: rgb(207,177,9); }
H1.HeaderClassName
{
color: #CFB109;
}
.AnyTagClassName
{
color: #CFB109;
}
</style>
background-color css
<style>
a { background-color: #CFB109; }
a { background-color: rgb(207,177,9); }
div.DivClassName
{
background-color: #CFB109;
}
.BgClassName
{
background-color: #CFB109;
}
</style>
border-color css
<style>
span { border-color: #CFB109; }
span { border-color: rgb(207,177,9); }
td.TdClassName
{
border-color: #CFB109;
}
.TagClassName
{
border-color: #CFB109;
}
</style>