Shades of Bird Flower #CFBA07
Tints of Bird Flower #CFBA07
RGB
CMYK
RGB Variations
Color information
#CFBA07 (or 0xCFBA07) is known color: Bird Flower. HEX triplet: CF, BA and 07. RGB value is (207,186,7). Sum of RGB (Red+Green+Blue) = 207+186+7=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA07 is #3045F8. Grayscale: #ACACAC. Windows color (decimal): -3163641 or 506575. OLE color: 506575.
HSL color Cylindrical-coordinate representation of color #CFBA07: hue angle of 53.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFBA07 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.19 |
| HSL | 53.7º | 0.93% | 0.42% | - |
| HSV(B) | 53.7º | 0.97% | 0.81% | - |
| XYZ | 43.33 | 48.4 | 7.26 | - |
| YUV | 171.87 | 34.96 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 7 | 0 | 0.10 | 0.97 | 0.19 | 53.7 | 0.93 | 0.42 |
| Hex | CF | BA | 7 | 0 | A | 61 | 13 | 36 | 5D | 2A |
| Octal | 317 | 272 | 7 | 0 | 12 | 141 | 23 | 66 | 135 | 52 |
| Binary | 11001111 | 10111010 | 111 | 0 | 1010 | 1100001 | 10011 | 110110 | 1011101 | 101010 |
Color Harmonies of #CFBA07
Complementary color
Monochromatic Colors of #CFBA07
Black with #CFBA07
Text Example
Text Example
White with #CFBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA07; }
p { color: rgb(207,186,7); }
H1.HeaderClassName
{
color: #CFBA07;
}
.AnyTagClassName
{
color: #CFBA07;
}
</style>
background-color css
<style>
a { background-color: #CFBA07; }
a { background-color: rgb(207,186,7); }
div.DivClassName
{
background-color: #CFBA07;
}
.BgClassName
{
background-color: #CFBA07;
}
</style>
border-color css
<style>
span { border-color: #CFBA07; }
span { border-color: rgb(207,186,7); }
td.TdClassName
{
border-color: #CFBA07;
}
.TagClassName
{
border-color: #CFBA07;
}
</style>