Shades of Bird Flower #CFBC0B
Tints of Bird Flower #CFBC0B
RGB
CMYK
RGB Variations
Color information
#CFBC0B (or 0xCFBC0B) is known color: Bird Flower. HEX triplet: CF, BC and 0B. RGB value is (207,188,11). Sum of RGB (Red+Green+Blue) = 207+188+11=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC0B is #3043F4. Grayscale: #AEAEAE. Windows color (decimal): -3163125 or 769231. OLE color: 769231.
HSL color Cylindrical-coordinate representation of color #CFBC0B: hue angle of 54.18º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFBC0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.19 |
| HSL | 54.18º | 0.9% | 0.43% | - |
| HSV(B) | 54.18º | 0.95% | 0.81% | - |
| XYZ | 43.78 | 49.26 | 7.52 | - |
| YUV | 173.5 | 36.29 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 11 | 0 | 0.09 | 0.95 | 0.19 | 54.18 | 0.9 | 0.43 |
| Hex | CF | BC | B | 0 | 9 | 5F | 13 | 36 | 5A | 2B |
| Octal | 317 | 274 | 13 | 0 | 11 | 137 | 23 | 66 | 132 | 53 |
| Binary | 11001111 | 10111100 | 1011 | 0 | 1001 | 1011111 | 10011 | 110110 | 1011010 | 101011 |
Color Harmonies of #CFBC0B
Complementary color
Monochromatic Colors of #CFBC0B
Black with #CFBC0B
Text Example
Text Example
White with #CFBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC0B; }
p { color: rgb(207,188,11); }
H1.HeaderClassName
{
color: #CFBC0B;
}
.AnyTagClassName
{
color: #CFBC0B;
}
</style>
background-color css
<style>
a { background-color: #CFBC0B; }
a { background-color: rgb(207,188,11); }
div.DivClassName
{
background-color: #CFBC0B;
}
.BgClassName
{
background-color: #CFBC0B;
}
</style>
border-color css
<style>
span { border-color: #CFBC0B; }
span { border-color: rgb(207,188,11); }
td.TdClassName
{
border-color: #CFBC0B;
}
.TagClassName
{
border-color: #CFBC0B;
}
</style>